mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Increase timeouts for shell-hang.test.ts (#13932)
This commit is contained in:
@@ -22,7 +22,7 @@ describe("fail", () => {
|
||||
fixture => {
|
||||
expect([path.join(import.meta.dir, fixture)]).not.toRun();
|
||||
},
|
||||
500,
|
||||
700,
|
||||
);
|
||||
});
|
||||
|
||||
@@ -32,6 +32,6 @@ describe("pass", () => {
|
||||
fixture => {
|
||||
expect([path.join(import.meta.dir, fixture)]).toRun();
|
||||
},
|
||||
500,
|
||||
700,
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user