summaryrefslogtreecommitdiff
path: root/py/python/Ice.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r--py/python/Ice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py
index 9feb0d2a8df..a8156dc39eb 100644
--- a/py/python/Ice.py
+++ b/py/python/Ice.py
@@ -281,7 +281,7 @@ class CommunicatorI(Communicator):
# the specified timeout in order to give us a chance to handle
# signals.
#
- while not self._impl.waitForShutdown(1000):
+ while not self._impl.waitForShutdown(500):
pass
def isShutdown(self):