Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Oct 10, 2023
1 parent 66574b7 commit 89aaf0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
reuseExistingServer: !process.env.CI
},
retries: process.env.CI ? 2 : 0,
timeout: 120000,
use: {
viewport: { width: 1600, height: 1200 },
screen: { width: 1600, height: 1200 },
Expand Down

0 comments on commit 89aaf0e

Please sign in to comment.