Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
artemmufazalov committed Aug 2, 2024
1 parent 551812d commit ea2dcce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const config: PlaywrightTestConfig = {
use: {...devices['Desktop Safari']},
},
],
expect: {
timeout: 10 * 1000,
},
};

export default config;

0 comments on commit ea2dcce

Please sign in to comment.