Skip to content

Commit 296cc6d

Browse files
committed
Wait a bit longer until we come up with a better solution
1 parent 2e1c879 commit 296cc6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xenserver_rolling_reboot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ def handleArguments(argv):
307307
disconnect_all()
308308
sys.exit(1)
309309

310-
print "Note: Waiting 30s to allow all hosts connect.."
311-
time.sleep(30)
310+
print "Note: Waiting 60s to allow all hosts connect.."
311+
time.sleep(60)
312312

313313
else:
314314
print "Warning: Skipping " + poolmaster.name + " due to --ignore-hosts setting"

0 commit comments

Comments
 (0)