We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ce21e commit ed5d4ceCopy full SHA for ed5d4ce
tools/ecosystem_compat_tests.ts
@@ -17,7 +17,7 @@ async function runPackageManager(pm: string, cmd: string) {
17
const result =
18
await $`cd nextjs-demo ; rm -rf node_modules ; ${Deno.execPath()} run -A --no-config npm:${pm} ${cmd}`
19
.stdout("inheritPiped").stderr("inheritPiped").noThrow().timeout(
20
- "60s",
+ "120s",
21
);
22
const duration = Date.now() - state;
23
return {
0 commit comments