From f36869725c29a23a903a5533ff18c86c55092355 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 24 Sep 2019 13:37:44 +0200 Subject: Fix for invocation timeout sporadic test failure, fixes #547 --- python/test/Ice/timeout/AllTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/test') diff --git a/python/test/Ice/timeout/AllTests.py b/python/test/Ice/timeout/AllTests.py index e676e05dac6..3fde84b9f05 100644 --- a/python/test/Ice/timeout/AllTests.py +++ b/python/test/Ice/timeout/AllTests.py @@ -148,7 +148,7 @@ def allTestsWithController(helper, communicator, controller): to = Test.TimeoutPrx.uncheckedCast(obj.ice_invocationTimeout(100)) test(connection == to.ice_getConnection()) try: - to.sleep(500) + to.sleep(1000) test(False) except Ice.InvocationTimeoutException: pass -- cgit v1.2.3