diff --git a/tools/test.py b/tools/test.py index 5eb1fa767219ce..dde7c7b2f8e466 100755 --- a/tools/test.py +++ b/tools/test.py @@ -142,7 +142,7 @@ def Run(self, tasks): # Wait for the remaining threads for thread in threads: # Use a timeout so that signals (ctrl-c) will be processed. - thread.join(timeout=10000000) + thread.join(timeout=1000000) except (KeyboardInterrupt, SystemExit): self.shutdown_event.set() except Exception: