From 89fcb61132c73afa2f808c54d6406f0073d8735a Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 20 Jun 2017 12:38:43 +0200 Subject: No longer kill tests on timeout --- scripts/Controller.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/Controller.py') diff --git a/scripts/Controller.py b/scripts/Controller.py index 2e8dda79b50..aa5ab422855 100755 --- a/scripts/Controller.py +++ b/scripts/Controller.py @@ -196,6 +196,9 @@ class ControllerDriver(Driver): def isWorkerThread(self): return True + def isInterrupted(self): + return False + Driver.add("controller", ControllerDriver, default=True) runTests() -- cgit v1.2.3