Skip to content

Commit

Permalink
chore: increase timeout to allow context close
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed Nov 22, 2023
1 parent 2e1d2ce commit d00ad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
forbidOnly: !!process.env.CI,
workers: process.env.CI ? 6 : undefined,
retries: 0,
timeout: parseInt(process.env.TIMEOUT || '', 10) || 100_000, // Defaults to 100 seconds.
timeout: parseInt(process.env.TIMEOUT || '', 10) || 150_000, // Defaults to 100 seconds.
fullyParallel: true,
projects: [
// Setup project
Expand Down

0 comments on commit d00ad9e

Please sign in to comment.