diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-05-31 08:22:21 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-05-31 08:22:21 -0400 |
commit | fd9f0a7a1e95ff3346144bcb8660fe12721610cb (patch) | |
tree | 6533101de411461318db749899c8eea7ce6894ba /testsuites/rubbos | |
parent | 46af4c02016956ff76e1794e41acdd04eee97061 (diff) |
extend time after instance creation
Change-Id: I996944eacb7c2f57784aec50df75047d9780a1dc
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
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 fc177ccb..d4489836 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -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) |