Skip to content

Commit

Permalink
test(config): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysKarmazynDFINITY committed Aug 19, 2024
1 parent c00f0c8 commit b5331d2
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 @@ -9,7 +9,7 @@ export default defineConfig({
port: DEV ? 5173 : 4173
},
testDir: 'e2e',
timeout: 120000,
timeout: 300000,
testMatch: ['**/*.e2e.ts', '**/*.spec.ts'],
use: {
testIdAttribute: 'data-tid',
Expand Down

0 comments on commit b5331d2

Please sign in to comment.