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:
Jeremy Stanley 2023-12-06 16:42:50 +00:00
parent 73124ce1db
commit b2c9c2f1e8

View File

@ -82,7 +82,7 @@
- name: Wait for jaeger to start
wait_for:
port: 16686
timeout: 60
timeout: 120
- name: Run docker prune to cleanup unneeded images
shell: