extend the sleep time after instance reboot 65/14865/1
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 31 May 2016 11:46:03 +0000 (07:46 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 31 May 2016 11:46:03 +0000 (07:46 -0400)
Change-Id: I47b471be9d74bce5cef35f1d4f447900e54b7210
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
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__':