Skip to content

Commit

Permalink
attempt longer timeout before closing the browser (#12248)
Browse files Browse the repository at this point in the history
Co-authored-by: Øvrelid <david.ovrelid@digdir.no>
  • Loading branch information
framitdavid and Øvrelid authored Feb 5, 2024
1 parent dae2e98 commit 47e7a1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/testing/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig<ExtendedTestOptions>({
baseURL: process.env.PLAYWRIGHT_TEST_BASE_URL,
},
fullyParallel: false,
timeout: 3 * 60 * 1000,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 1 : undefined,
Expand Down

0 comments on commit 47e7a1b

Please sign in to comment.