diff options
Diffstat (limited to 'cpp/test/Glacier2/router/run.py')
-rwxr-xr-x | cpp/test/Glacier2/router/run.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Glacier2/router/run.py b/cpp/test/Glacier2/router/run.py index 99f3046607b..131046d474c 100755 --- a/cpp/test/Glacier2/router/run.py +++ b/cpp/test/Glacier2/router/run.py @@ -9,7 +9,7 @@ # ********************************************************************** import os, sys -import time + for toplevel in [".", "..", "../..", "../../..", "../../../.."]: toplevel = os.path.normpath(toplevel) if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")): @@ -34,8 +34,6 @@ TestUtil.getServerPid(starterPipe) TestUtil.getAdapterReady(starterPipe) print "ok" -time.sleep(30) - name = os.path.join("Glacier2", "router") TestUtil.mixedClientServerTest(name) |