extend time after instance creation 67/14867/1
authorMatthewLi <matthew.lijun@huawei.com>
Tue, 31 May 2016 12:22:21 +0000 (08:22 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Tue, 31 May 2016 12:22:21 +0000 (08:22 -0400)
Change-Id: I996944eacb7c2f57784aec50df75047d9780a1dc
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
testsuites/rubbos/run_rubbos.py

index fc177cc..d448983 100755 (executable)
@@ -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)