Increase Jaeger start timeout to 300

Our deployment tasks wait for Jaeger to be listening on its network
socket, but storage-related delays and slowdowns can sometimes cause
it to take longer than the 120 seconds we budgeted. Increase this to
300 seconds so we can be sure we've given it plenty of time to sort
that out.

Change-Id: I4eaffe2d00fca8b9c10ed9235583fca671413dab
This commit is contained in:
Jeremy Stanley 2024-02-12 22:45:39 +00:00
parent 17bc1edf3f
commit 9ca359a843

View File

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