We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba27578 commit 2332eb8Copy full SHA for 2332eb8
1 file changed
cloudstackops/xenserver.py
@@ -78,8 +78,8 @@ def check_connect(self, host):
78
# Remove progress indication
79
sys.stdout.write("\033[F")
80
print "Note: Host " + host.name + " is able to do XE stuff again! "
81
- print "Note: Waiting 30s to allow the hypervisor to connect.."
82
- time.sleep(30)
+ print "Note: Waiting 60s to allow the hypervisor to connect.."
+ time.sleep(60)
83
return True
84
85
# Check if we can use xapi
0 commit comments