aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_vm.sh
diff options
context:
space:
mode:
authorm00133142 <meimei@huawei.com>2015-10-27 17:28:36 -0700
committerm00133142 <meimei@huawei.com>2015-10-27 17:29:46 -0700
commita29ab7627e71e2170e5af8e03f399f7801e9fe7b (patch)
treef45fef8ce80ff1dbe173ea3c11c844e4f258b0e0 /deploy/compass_vm.sh
parentba4bf5c48ec04ae70ef97443f8adb23f3e86b290 (diff)
should wait longer time for installing compass
JIRA: COMPASS-122 Change-Id: I4c4b7d637d7629a750f36a00c1b2ba2ed55ec3eb Signed-off-by: m00133142 <meimei@huawei.com>
Diffstat (limited to 'deploy/compass_vm.sh')
-rw-r--r--deploy/compass_vm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh
index 5c1a526d..79eb1ecf 100644
--- a/deploy/compass_vm.sh
+++ b/deploy/compass_vm.sh
@@ -109,7 +109,7 @@ function launch_compass() {
sudo virsh define $compass_vm_dir/libvirt.xml
sudo virsh start compass
- if ! wait_ok 300;then
+ if ! wait_ok 360;then
log_error "install os timeout"
exit 1
fi