Skip to content

Commit 60c8cda

Browse files
committed
test: relax selfhost shell timeout
1 parent f7d3f8b commit 60c8cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local/scripts/selfhost-shell.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function runBash(script: string) {
99
cwd: publicRoot,
1010
encoding: "utf8",
1111
input: script,
12-
timeout: 10_000,
12+
timeout: 30_000,
1313
env: {
1414
...process.env,
1515
LC_ALL: "C.UTF-8",

0 commit comments

Comments
 (0)