Skip to content

Commit

Permalink
Update timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Feb 14, 2025
1 parent 13b2305 commit fa86381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test('Passes in the react-passing test project', async () => {

expect(sortStdoutAndStripVersionNumber(stdout)).toMatchSnapshot();
expect(stderr.replace(/^\(node:\d+\) /, '')).toMatchSnapshot();
}, 45000);
}, 60000);

test('Passes in the next-js-passing test project', async () => {
const { stdout, stderr } = await execa({
Expand Down

0 comments on commit fa86381

Please sign in to comment.