summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/Client.py')
-rwxr-xr-xpython/test/Ice/operations/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/Client.py b/python/test/Ice/operations/Client.py
index 650cc34ebf3..2815874b243 100755
--- a/python/test/Ice/operations/Client.py
+++ b/python/test/Ice/operations/Client.py
@@ -31,7 +31,7 @@ def run(args, communicator):
sys.stdout.flush()
myClass.shutdown()
try:
- myClass.opVoid()
+ myClass.ice_timeout(100).ice_ping(); # Use timeout to speed up testing on Windows
test(False)
except Ice.LocalException:
print("ok")