summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-05-31 12:26:06 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-31 12:26:06 +0000
commit0bd7b590260d867bf146aaff4492567a8d7ee12d (patch)
tree64b6b2b9764a3435c3fd9a425c94c833e291e413
parent7b44e003d34c0214cc909953a978c359337a4744 (diff)
parentfd9f0a7a1e95ff3346144bcb8660fe12721610cb (diff)
Merge "extend time after instance creation"
-rwxr-xr-xtestsuites/rubbos/run_rubbos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py
index fc177ccb..d4489836 100755
--- a/testsuites/rubbos/run_rubbos.py
+++ b/testsuites/rubbos/run_rubbos.py
@@ -371,8 +371,8 @@ def main():
print "Cannot create instances, as Failed to create image(s)."
exit (-1)
- print "Wait 150 seconds after stack creation........."
- time.sleep(150)
+ print "Wait 300 seconds after stack creation........."
+ time.sleep(300)
reboot_instances()
time.sleep(180)