diff options
author | Jose <jose@zeroc.com> | 2014-12-16 16:43:18 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-12-16 16:43:18 +0100 |
commit | d7911765a90af712d8a44b5b36291664c7258ae7 (patch) | |
tree | de6886b29606b217f72d72ca6bef048270238c94 /demoscript/IceGrid/simple.py | |
parent | Fixed default compiler setting in TestUtil (diff) | |
download | ice-d7911765a90af712d8a44b5b36291664c7258ae7.tar.bz2 ice-d7911765a90af712d8a44b5b36291664c7258ae7.tar.xz ice-d7911765a90af712d8a44b5b36291664c7258ae7.zip |
Bump some demoscript timeouts that could cause problems
Diffstat (limited to 'demoscript/IceGrid/simple.py')
-rwxr-xr-x | demoscript/IceGrid/simple.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demoscript/IceGrid/simple.py b/demoscript/IceGrid/simple.py index 62e19490b0e..40faed71c30 100755 --- a/demoscript/IceGrid/simple.py +++ b/demoscript/IceGrid/simple.py @@ -60,7 +60,7 @@ def run(clientStr, desc = 'application'): node.expect("detected termination of.*SimpleServer") client.sendline('x') - client.waitTestSuccess(timeout=1) + client.waitTestSuccess(timeout=120) print("ok") sys.stdout.write("deploying template... ") @@ -81,7 +81,7 @@ def run(clientStr, desc = 'application'): node.expect("detected termination of.*SimpleServer-[123]") client.sendline('x') - client.waitTestSuccess(timeout=1) + client.waitTestSuccess(timeout=120) print("ok") sys.stdout.write("deploying replicated version... ") @@ -105,7 +105,7 @@ def run(clientStr, desc = 'application'): client.sendline('s') node.expect("detected termination of.*SimpleServer-%d" % which) client.sendline('x') - client.waitTestSuccess(timeout=1) + client.waitTestSuccess(timeout=120) testserver(1) testserver(2) testserver(3) |