Private
Public Access
0
0

test(watchdog): update PYTEST_FINISHED_TIMEOUT_SECONDS to 600 to match conftest

This commit is contained in:
2026-06-09 18:42:53 -04:00
parent c3af1b8a2e
commit 34290e5d1a
+1 -1
View File
@@ -65,7 +65,7 @@ ROOT = Path(__file__).resolve().parent.parent
sys.path.insert(0, str(ROOT))
WATCHDOG_NAME = "conftest-smart-watchdog"
PYTEST_FINISHED_TIMEOUT_SECONDS = 300.0
PYTEST_FINISHED_TIMEOUT_SECONDS = 600.0
SHUTDOWN_GRACE_SECONDS = 5.0