aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/js/bun/spawn/spawn.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js/bun/spawn/spawn.test.ts b/test/js/bun/spawn/spawn.test.ts
index db4cc6613..897a16635 100644
--- a/test/js/bun/spawn/spawn.test.ts
+++ b/test/js/bun/spawn/spawn.test.ts
@@ -160,7 +160,7 @@ for (let [gcTick, label] of [
expect(exitCode1).toBe(0);
expect(exitCode2).toBe(1);
}
- });
+ }, 20_000);
// FIXME: fix the assertion failure
it.skip("Uint8Array works as stdout", () => {