Skip to content

Commit

Permalink
Øker maks kjøretid for playwright tester (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
oivindkulsrud authored Jan 10, 2025
1 parent df0c89c commit cf97059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const opts = createOptions()

export default defineConfig({
testDir: './playwright',
timeout: 15000,
timeout: 30000,
fullyParallel: true,
forbidOnly: !!process.env.CI,
retries: 0,
Expand Down

0 comments on commit cf97059

Please sign in to comment.