Skip to content

Commit ed5d4ce

Browse files
authored
ci: increase ecosystem tests timeout to 2m (#31109)
60s is too little for that test repo
1 parent 86ce21e commit ed5d4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ecosystem_compat_tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function runPackageManager(pm: string, cmd: string) {
1717
const result =
1818
await $`cd nextjs-demo ; rm -rf node_modules ; ${Deno.execPath()} run -A --no-config npm:${pm} ${cmd}`
1919
.stdout("inheritPiped").stderr("inheritPiped").noThrow().timeout(
20-
"60s",
20+
"120s",
2121
);
2222
const duration = Date.now() - state;
2323
return {

0 commit comments

Comments
 (0)