Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
justfizah authored Jan 12, 2025
1 parent c982e77 commit a0d35fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
timeout: 60000, // Set global timeout to 60 seconds
timeout: 120000, // Set global timeout to 60 seconds

testDir: './tests',

Expand Down Expand Up @@ -66,4 +66,4 @@ export default defineConfig({

],

});
});

0 comments on commit a0d35fa

Please sign in to comment.