summaryrefslogtreecommitdiff
path: root/scripts/Expect.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-01-08 17:24:47 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-01-08 17:42:50 +0100
commitd20b10de6bfd3bf5752b2b5671c3605c8fee0d51 (patch)
treedda54d6c85d317b8e881e527e485d333cd8f9ce9 /scripts/Expect.py
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3323 value no longer compi... (diff)
downloadice-d20b10de6bfd3bf5752b2b5671c3605c8fee0d51.tar.bz2
ice-d20b10de6bfd3bf5752b2b5671c3605c8fee0d51.tar.xz
ice-d20b10de6bfd3bf5752b2b5671c3605c8fee0d51.zip
Fixed bug 2091 - Added feedback when starting server with bogus executable
Diffstat (limited to 'scripts/Expect.py')
-rwxr-xr-xscripts/Expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Expect.py b/scripts/Expect.py
index 80fe0ae1ada..eec13384150 100755
--- a/scripts/Expect.py
+++ b/scripts/Expect.py
@@ -279,7 +279,7 @@ class Expect (object):
if self.p is not None:
self.terminate()
- def expect(self, pattern, timeout = 10):
+ def expect(self, pattern, timeout = 20):
"""pattern is either a string, or a list of string regexp patterns.
timeout == None expect can block indefinitely.