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:
parent
17bc1edf3f
commit
9ca359a843
@ -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: 120
|
timeout: 300
|
||||||
|
|
||||||
- name: Run docker prune to cleanup unneeded images
|
- name: Run docker prune to cleanup unneeded images
|
||||||
shell:
|
shell:
|
||||||
|
Loading…
Reference in New Issue
Block a user