extend time after instance creation
[bottlenecks.git] / testsuites / rubbos / run_rubbos.py
index 97b5357..d448983 100755 (executable)
@@ -371,13 +371,15 @@ 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(30)
+    time.sleep(180)
 
     rubbos_run()
+    time.sleep(30)
+
     rubbos_env_cleanup()
 
 if __name__=='__main__':