CLOUDSTACK-3590. Adding new xenserver host to cluster fails in first attempt. While adding

a host to the pool it may take a little longer to join the pool. Increased the time the
resource waits and checks to make sure the host has joined as slave to the pool.
This commit is contained in:
Devdeep Singh 2013-07-26 10:57:37 +05:30
parent 8f153a65dd
commit 1b340e0544
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ public class XenServerConnectionPool {
}
}
try {
Thread.sleep(2000);
Thread.sleep(3000);
} catch (InterruptedException e) {
}
}