Increase jaeger startup timeout
Recently, jaeger has started taking around 80 seconds to listen on its socket, resulting in deployment job failures. Double the timeout to 120 seconds. Change-Id: I1c53ba1a9282309d3f1f772221a5bff69f04d134
This commit is contained in:
parent
73124ce1db
commit
b2c9c2f1e8
@ -82,7 +82,7 @@
|
|||||||
- name: Wait for jaeger to start
|
- name: Wait for jaeger to start
|
||||||
wait_for:
|
wait_for:
|
||||||
port: 16686
|
port: 16686
|
||||||
timeout: 60
|
timeout: 120
|
||||||
|
|
||||||
- name: Run docker prune to cleanup unneeded images
|
- name: Run docker prune to cleanup unneeded images
|
||||||
shell:
|
shell:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user