summaryrefslogtreecommitdiff
path: root/demoscript/Ice
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-12 21:54:43 +0100
commita8b3a74f68034679eccd00ecd3561729e8195f2d (patch)
tree25af949fdbf2046e1ddc976fd03bafd9f5513580 /demoscript/Ice
parentBug 3848 - Fix CC patch versions (diff)
downloadice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.bz2
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.tar.xz
ice-a8b3a74f68034679eccd00ecd3561729e8195f2d.zip
Fixed bug 3839 - ICeGrid/replication test failure, fixed other minor issues
Diffstat (limited to 'demoscript/Ice')
-rw-r--r--demoscript/Ice/hello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/Ice/hello.py b/demoscript/Ice/hello.py
index a003b0c9598..a5a1624b9d3 100644
--- a/demoscript/Ice/hello.py
+++ b/demoscript/Ice/hello.py
@@ -59,7 +59,7 @@ def runtests(client, server, secure):
client.sendline('P')
client.expect('server delay is now set to 2500ms')
client.sendline('t')
- client.expect('.*TimeoutException.*', timeout=5)
+ client.expect('.*TimeoutException.*', timeout=10)
server.expect('Hello World!')
server.expect('Hello World!') # second because op is idempotent
client.sendline('P')