summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-05-31 07:46:03 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-05-31 07:46:03 -0400
commit46af4c02016956ff76e1794e41acdd04eee97061 (patch)
treebd9340ecbfa094ba4c80d375937d6f08eea0eaee
parent86e080ba4e83c33b3709b33b5245b714a27bf7b8 (diff)
extend the sleep time after instance reboot
Change-Id: I47b471be9d74bce5cef35f1d4f447900e54b7210 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rwxr-xr-xtestsuites/rubbos/run_rubbos.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py
index 97b5357c..fc177ccb 100755
--- a/testsuites/rubbos/run_rubbos.py
+++ b/testsuites/rubbos/run_rubbos.py
@@ -375,9 +375,11 @@ def main():
time.sleep(150)
reboot_instances()
- time.sleep(30)
+ time.sleep(180)
rubbos_run()
+ time.sleep(30)
+
rubbos_env_cleanup()
if __name__=='__main__':