summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/single/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-05 11:50:45 +0100
committerJose <jose@zeroc.com>2014-12-05 11:50:45 +0100
commit8f50c530c81d20bd01b6ef65622cab8b51be7636 (patch)
tree3569639712dced86c2e880ab3a4b127c1d4087b2 /cpp/test/IceStorm/single/run.py
parentDon't test C# on non-default arch with VC110 (diff)
downloadice-8f50c530c81d20bd01b6ef65622cab8b51be7636.tar.bz2
ice-8f50c530c81d20bd01b6ef65622cab8b51be7636.tar.xz
ice-8f50c530c81d20bd01b6ef65622cab8b51be7636.zip
IceStorm & TestUtil scripts timeout fixes
Diffstat (limited to 'cpp/test/IceStorm/single/run.py')
-rwxr-xr-xcpp/test/IceStorm/single/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py
index 17037cc44d5..8d465b031d5 100755
--- a/cpp/test/IceStorm/single/run.py
+++ b/cpp/test/IceStorm/single/run.py
@@ -42,7 +42,7 @@ def dotest(type):
sys.stdout.write("starting subscriber... ")
sys.stdout.flush()
- subscriberProc = TestUtil.startServer(subscriber, icestorm.reference(), count = 3, timeout = 30)
+ subscriberProc = TestUtil.startServer(subscriber, icestorm.reference(), count = 3)
print("ok")
#