Compare commits

...
1 Commits
Author SHA1 Message Date
kitlangton a1f1dc071c test(core): stabilize shell exit-order test
The sequential PowerShell spawn/remove loop can cross Bun’s default 5-second test timeout on Windows. Give this process-heavy test the same explicit 15-second budget used by adjacent shell lifecycle coverage.
2026-08-22 13:14:03 +00:00
+1
View File
@@ -878,6 +878,7 @@ describe("ShellTool", () => {
),
(tmp) => Effect.promise(() => tmp[Symbol.asyncDispose]().then(() => undefined)),
),
{ timeout: 15_000 },
)
if (!isWindows) {