summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/rep1/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/rep1/run.py')
-rwxr-xr-xcpp/test/IceStorm/rep1/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceStorm/rep1/run.py b/cpp/test/IceStorm/rep1/run.py
index 6e3c4cc74ea..a49c39e7f40 100755
--- a/cpp/test/IceStorm/rep1/run.py
+++ b/cpp/test/IceStorm/rep1/run.py
@@ -45,7 +45,7 @@ def runtest(opt, ref, subopt="", pubopt=""):
subscriberProc = runsub(opt, ref, subopt)
publisherProc = runpub(ref, pubopt)
publisherProc.waitTestSuccess()
- subscriberProc.waitTestSuccess(timeout=30)
+ subscriberProc.waitTestSuccess()
def runsub2(replica = -1, expect = None):
proc = TestUtil.startServer(subscriber2, icestorm.reference(replica) + ' --id foo', count=0, echo = False)