There was an error while loading. Please reload this page.
1 parent cc02ed9 commit 8518b83Copy full SHA for 8518b83
1 file changed
packages/metadata-fs/test/watch-dot-root.test.ts
@@ -58,7 +58,8 @@ const EVENT_POLL_MS = 50;
58
* event-loop starvation heavy enough to push delivery to 32-36s, a 4s window
59
* is no longer a window at all and the emptiness below becomes a false pass.
60
* The case's *positive* control underneath is what still has teeth there, and
61
- * it is now deadline-driven (`waitForEvent`) rather than fixed-budget.
+ * it is now deadline-driven (`waitForEvent`) rather than fixed-budget. Making
62
+ * this half sound needs a different shape than a longer number — see #7408.
63
*/
64
const QUIET_WINDOW_MS = 4_000;
65
0 commit comments