mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
[bitnami/zipkin] test: ✅ Increase timeout (#78456)
Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
This commit is contained in:
committed by
GitHub
parent
46af71d2b3
commit
55158fbfd8
@@ -9,8 +9,8 @@ user:
|
||||
command:
|
||||
run-zipkin:
|
||||
# We need a different port to not collide with the version check
|
||||
exec: export QUERY_PORT=9044; cd /opt/bitnami/zipkin; timeout --preserve-status 12 start-zipkin 2>&1 || true
|
||||
timeout: 15000
|
||||
exec: export QUERY_PORT=9044; cd /opt/bitnami/zipkin; timeout --preserve-status 28 start-zipkin 2>&1 || true
|
||||
timeout: 30000
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- /Serving HTTP at.*9044/
|
||||
|
||||
Reference in New Issue
Block a user