summaryrefslogtreecommitdiff
path: root/demoscript/Ice/async.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-16 16:43:18 +0100
committerJose <jose@zeroc.com>2014-12-16 16:43:18 +0100
commitd7911765a90af712d8a44b5b36291664c7258ae7 (patch)
treede6886b29606b217f72d72ca6bef048270238c94 /demoscript/Ice/async.py
parentFixed default compiler setting in TestUtil (diff)
downloadice-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.py2
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')