const MAX_TEST_EXCLUSIVE_HOLD_SECS: i64 = 120;Expand description
Comfortably above Playwright’s own 100 s per-test timeout (playwright.config.ts’s timeout),
so no legitimate hold is ever rejected; a value anywhere near this is a spec that mistyped a
unit, not one that needs the identity held that long.