From a4fb9c391caabef6de9cfbd126f4fe10755ece49 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 15 Sep 2017 12:18:41 +0200 Subject: Fixed timeout tests to be less time sensitive The tests now use a controller to hold/activate the adapter instead of relying on a timer. Fixes ICE-8312. --- python/test/Ice/timeout/Client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/test/Ice/timeout/Client.py') diff --git a/python/test/Ice/timeout/Client.py b/python/test/Ice/timeout/Client.py index 9d6bd83e625..31ecdc34d09 100755 --- a/python/test/Ice/timeout/Client.py +++ b/python/test/Ice/timeout/Client.py @@ -23,9 +23,7 @@ def test(b): raise RuntimeError('test assertion failed') def run(args, communicator): - timeout = AllTests.allTests(communicator) - timeout.shutdown() - + AllTests.allTests(communicator) return True try: -- cgit v1.2.3