Private
Public Access
0
0

test(infra): poll-for-event race fixes + watchdog timeout bump + spec update

This commit is contained in:
2026-06-10 15:14:35 -04:00
parent 563e609505
commit 2c924fe6df
4 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -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)