Skip to content

Commit

Permalink
fix(nextjs): increase timeout on styles e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed May 5, 2023
1 parent 575c6a1 commit 5fb699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/next/src/next-styles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ describe('Next.js apps', () => {
checkE2E: false,
checkExport: false,
});
}, 300_000);
}, 600_000);
});

0 comments on commit 5fb699d

Please sign in to comment.