diff options
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 182e5f3fd71..72a4f6d7be0 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=120) + server.expect('Hello World!', timeout=1) except Expect.TIMEOUT: pass client.sendline('i') |