fix(ci): remove pytest-timeout, use per-file timeout only

fix(ci): write a new cache for test durations every time
change(ci): rip out error 4 retries because we found the real bug
This commit is contained in:
ethernet
2026-06-12 13:42:42 -04:00
parent 46d758bb3e
commit 2f9d18711f
9 changed files with 70 additions and 259 deletions
+1 -1
View File
@@ -4749,7 +4749,7 @@ class TestPtyWebSocket:
while time.monotonic() < deadline:
# receive_bytes() blocks; once the child prints its winsize and
# exits, the PTY closes and further reads raise. Without this
# guard a missed-marker run blocks until the 30s pytest-timeout
# guard a missed-marker run blocks until a test timeout
# (flaky failure) instead of failing fast on the assert below.
try:
frame = conn.receive_bytes()