Skip to content

Commit

Permalink
chore(nextjs): increase test timeout to avoid intermittent failure (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Apr 3, 2023
1 parent 89d0b8b commit ea34e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/next/src/next.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('Next.js Applications', () => {
selfContainedProcess.kill();
await killPort(prodServePort);
await killPort(selfContainedPort);
}, 300_000);
}, 600_000);

it('should build and install pruned lock file', () => {
const appName = uniq('app');
Expand Down

0 comments on commit ea34e88

Please sign in to comment.