diff options
-rw-r--r-- | test/run_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run_tests.py b/test/run_tests.py index 6ceb0af958e..0c3b3f11299 100644 --- a/test/run_tests.py +++ b/test/run_tests.py @@ -441,6 +441,7 @@ def run_forked(testcase_suites): manager) wrapped_testcase_suites.add(new_testcase) unread_testcases.add(new_testcase) + time.sleep(0.1) except Exception: for wrapped_testcase_suite in wrapped_testcase_suites: wrapped_testcase_suite.child.terminate() |