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 /cpp/demo/IceGrid/secure/expect.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 'cpp/demo/IceGrid/secure/expect.py')
-rwxr-xr-x | cpp/demo/IceGrid/secure/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/secure/expect.py b/cpp/demo/IceGrid/secure/expect.py index 52ede0807f7..436b432a107 100755 --- a/cpp/demo/IceGrid/secure/expect.py +++ b/cpp/demo/IceGrid/secure/expect.py @@ -121,7 +121,7 @@ def runtest(): node.expect("detected termination of.*SimpleServer") client.sendline('x') - client.waitTestSuccess(timeout=1) + client.waitTestSuccess(timeout=120) sys.stdout.write("testing client... ") sys.stdout.flush() |