variable CLEANUP_GRACE_MS

Default grace period for the cleanup race — generous enough for a healthy shutdown of Playwright + HTTP server + Chrome pre-launch, well under the 60 s outer kill the test runner imposes, and tuned around Firefox + Windows where browser.close() is known to deadlock for the full 60 s.

CLEANUP_GRACE_MS; // 10_000 — the default `graceMs` of closeWithGrace()

Type

10000

Usage

import { CLEANUP_GRACE_MS } from "lib/utils/close-with-grace.ts";