Browse Source

increase timeout value for etcd wait_for

pull/35/head
Smaine Kahlouch 9 years ago
committed by ant31
parent
commit
3f3b03bc99
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/etcd/tasks/main.yml

2
roles/etcd/tasks/main.yml

@ -10,4 +10,4 @@
wait_for:
port: 2379
delay: 5
timeout: 20
timeout: 30
Loading…
Cancel
Save