Skip to content

Commit 2332eb8

Browse files
committed
Bump timer
1 parent ba27578 commit 2332eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudstackops/xenserver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def check_connect(self, host):
7878
# Remove progress indication
7979
sys.stdout.write("\033[F")
8080
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)
81+
print "Note: Waiting 60s to allow the hypervisor to connect.."
82+
time.sleep(60)
8383
return True
8484

8585
# Check if we can use xapi

0 commit comments

Comments
 (0)