From 34290e5d1a11957b329d6d6687ca34ccd03866f4 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 9 Jun 2026 18:42:53 -0400 Subject: [PATCH] test(watchdog): update PYTEST_FINISHED_TIMEOUT_SECONDS to 600 to match conftest --- tests/test_conftest_smart_watchdog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_conftest_smart_watchdog.py b/tests/test_conftest_smart_watchdog.py index 0cfa75bf..1c0cf06d 100644 --- a/tests/test_conftest_smart_watchdog.py +++ b/tests/test_conftest_smart_watchdog.py @@ -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