summaryrefslogtreecommitdiff
path: root/demoscript/IceBox/hello.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/IceBox/hello.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/IceBox/hello.py')
-rwxr-xr-xdemoscript/IceBox/hello.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/demoscript/IceBox/hello.py b/demoscript/IceBox/hello.py
index 6adc15a1bb5..4ab0e478cb8 100755
--- a/demoscript/IceBox/hello.py
+++ b/demoscript/IceBox/hello.py
@@ -31,7 +31,7 @@ def runtests(client, server, secure):
sys.stdout.flush()
client.sendline('O')
try:
- server.expect('Hello World!', timeout=1)
+ server.expect('Hello World!', timeout=120)
except Expect.TIMEOUT:
pass
client.sendline('O')
@@ -43,7 +43,7 @@ def runtests(client, server, secure):
sys.stdout.flush()
client.sendline('D')
try:
- server.expect('Hello World!', timeout=1)
+ server.expect('Hello World!', timeout=120)
except Expect.TIMEOUT:
pass
client.sendline('D')