summaryrefslogtreecommitdiff
path: root/python/test/Ice/timeout/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/timeout/run.py')
-rwxr-xr-xpython/test/Ice/timeout/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/test/Ice/timeout/run.py b/python/test/Ice/timeout/run.py
index 3fc6200cd00..8d9a8c0837c 100755
--- a/python/test/Ice/timeout/run.py
+++ b/python/test/Ice/timeout/run.py
@@ -20,4 +20,5 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-TestUtil.clientServerTest()
+TestUtil.queueClientServerTest()
+TestUtil.runQueuedTests()