diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-03 03:25:51 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-03 03:26:31 -0400 |
commit | 178ce402f58e725bc6c4266be2b5dfee91919dc1 (patch) | |
tree | 74e5db8ea92784200cce598672cf71e199cd82dd /testsuites/rubbos | |
parent | 6ceb95d0aea63e6d3c54b07577330b6566f20192 (diff) |
run vstf test case
JIRA: BOTTLENECK-70
Change-Id: Iade7d7a97f3b0ba54be33b37cf80c1530c410b95
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 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) |