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/Ice/async.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/Ice/async.py')
-rw-r--r-- | demoscript/Ice/async.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Ice/async.py b/demoscript/Ice/async.py index 72a4f6d7be0..182e5f3fd71 100644 --- a/demoscript/Ice/async.py +++ b/demoscript/Ice/async.py @@ -18,7 +18,7 @@ def run(client, server): server.expect('Hello World!') client.sendline('d') try: - server.expect('Hello World!', timeout=1) + server.expect('Hello World!', timeout=120) except Expect.TIMEOUT: pass client.sendline('i') |