Skip to content

Commit

Permalink
Increase default timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
nahidthenh committed Jan 9, 2025
1 parent 5a487b7 commit 7db0ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = defineConfig({
['dot'], // Console output reporter
],
outputDir: 'test-results',
timeout: 60000, // Increase default timeout to 60 seconds
use: {
baseURL: 'https://embedpress.qa1.site/',
trace: 'on-first-retry',
Expand Down

0 comments on commit 7db0ff0

Please sign in to comment.