test(infra): poll-for-event race fixes + watchdog timeout bump + spec update
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ def _check_required_test_dependencies() -> None:
|
||||
raise pytest.UsageError(msg)
|
||||
|
||||
def _smart_watchdog_exit() -> None:
|
||||
if not _pytest_finished_event.wait(timeout=600.0):
|
||||
if not _pytest_finished_event.wait(timeout=900.0):
|
||||
os._exit(2)
|
||||
import time
|
||||
time.sleep(5.0)
|
||||
|
||||
Reference in New Issue
Block a user