There was an error while loading. Please reload this page.
1 parent f7d3f8b commit 60c8cdaCopy full SHA for 60c8cda
1 file changed
local/scripts/selfhost-shell.test.ts
@@ -9,7 +9,7 @@ function runBash(script: string) {
9
cwd: publicRoot,
10
encoding: "utf8",
11
input: script,
12
- timeout: 10_000,
+ timeout: 30_000,
13
env: {
14
...process.env,
15
LC_ALL: "C.UTF-8",
0 commit comments