Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Fix playwright timeout #8687

Merged
merged 3 commits into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tasks/smoke-tests/prerender/tests/prerender.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ test('Check that about is prerendered', async () => {
// `rwServeTest()` does that. If we try to add project building to this test as
// well we will build twice, and we don't want that. Hence we use rwServeTest.
test('prerender with broken gql query', async () => {
// Running the prerender command twice takes much longer than typical tests should
test.slow()

const redwoodProjectPath = process.env.REDWOOD_TEST_PROJECT_PATH || ''

const cellBasePath = path.join(
Expand Down