Skip to content

Commit

Permalink
Add expect timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusefendi52 committed Nov 10, 2024
1 parent 31305e3 commit 8f943db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playwright.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default defineConfig<ConfigOptions>({
},
},
testDir: './tests-e2e',
expect: {
timeout: 12000,
},
projects: [
{ name: 'Setup', testMatch: '**/*.setup.mts' },
{
Expand Down

0 comments on commit 8f943db

Please sign in to comment.