Skip to content

Commit

Permalink
Global timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
justfizah authored Jan 13, 2025
1 parent c01c7bc commit 92a0901
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
@@ -1,7 +1,7 @@
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({

timeout: 120000, // Set global timeout to 60 secon
timeout: 130000, // Set global timeout to 130 seconds

testDir: './tests',

Expand Down

0 comments on commit 92a0901

Please sign in to comment.