test: harden scheduling review boundaries

This commit is contained in:
lda
2026-09-10 02:17:27 +07:00 Verified
parent ed70223c1b
commit f8ed8e2192
10 changed files with 231 additions and 25 deletions
+1
View File
@@ -123,6 +123,7 @@ def test_competing_processes_share_the_canonical_lock(tmp_path: Path) -> None:
)
proc = subprocess.run(
[sys.executable, str(script_path)],
cwd=Path(__file__).resolve().parents[2],
capture_output=True,
text=True,
timeout=60,