Merge "extend the sleep time after instance reboot"
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 31 May 2016 11:49:50 +0000 (11:49 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 31 May 2016 11:49:50 +0000 (11:49 +0000)
testsuites/rubbos/run_rubbos.py

index 97b5357..fc177cc 100755 (executable)
@@ -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__':