Skip to content

Commit 3fe3a45

Browse files
committed
tweak CI timeout
1 parent 0ef9841 commit 3fe3a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-setup/utils/startServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export async function startServer(
7676
// should ignore http_proxy env variable from my shell...
7777
proxy: false as any,
7878
headers: { Accept: 'text/html' },
79-
timeout: 60 * 1000,
79+
timeout: process.env.CI ? 180 * 1000 : 60 * 1000,
8080
}),
8181
// if the subprocess faill, it should throw too
8282
subprocess,

0 commit comments

Comments
 (0)