Skip to content

Commit

Permalink
Update playwright timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 17, 2025
1 parent a626da5 commit e2dcc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ expect.extend({

// eslint-disable-next-line import/no-default-export
export default defineConfig({
timeout: 30000, // 30 seconds
timeout: 45000, // 45 seconds
retries: 1,
testDir: 'e2e/',
reporter: !process.env.CI ? [['html', { open: 'never' }]] : undefined,
Expand Down

0 comments on commit e2dcc29

Please sign in to comment.