From fd9f0a7a1e95ff3346144bcb8660fe12721610cb Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Tue, 31 May 2016 08:22:21 -0400 Subject: extend time after instance creation Change-Id: I996944eacb7c2f57784aec50df75047d9780a1dc Signed-off-by: MatthewLi --- testsuites/rubbos/run_rubbos.py | 4 ++-- 1 file 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) -- cgit 1.2.3-korg