diff options
Diffstat (limited to 'testsuites/rubbos')
-rwxr-xr-x | testsuites/rubbos/run_rubbos.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py index afe653fe..455b3e58 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -375,8 +375,8 @@ def main(): print "Cannot create instances, as Failed to create image(s)." exit (-1) - print "Wait 300 seconds after stack creation..." - time.sleep(300) + print "Wait 600 seconds after stack creation..." + time.sleep(600) #reboot_instances() #time.sleep(180) |