increase timeout value for etcd wait_for
This commit is contained in:
parent
c9d9ccf025
commit
3f3b03bc99
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@
|
||||||
wait_for:
|
wait_for:
|
||||||
port: 2379
|
port: 2379
|
||||||
delay: 5
|
delay: 5
|
||||||
timeout: 20
|
timeout: 30
|
||||||
|
|
Loading…
Reference in a new issue