diff options
author | Jose <jose@zeroc.com> | 2014-12-05 11:50:45 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-12-05 11:50:45 +0100 |
commit | 8f50c530c81d20bd01b6ef65622cab8b51be7636 (patch) | |
tree | 3569639712dced86c2e880ab3a4b127c1d4087b2 /cpp/test/IceStorm/single/run.py | |
parent | Don't test C# on non-default arch with VC110 (diff) | |
download | ice-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-x | cpp/test/IceStorm/single/run.py | 2 |
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") # |