Skip to content

Commit

Permalink
test(connect-popup): extend e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Apr 29, 2024
1 parent 3682e43 commit 646701a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/connect-popup/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const config: PlaywrightTestConfig = {
testDir: 'tests',
retries: 0,
workers: 1, // to disable parallelism between test files
timeout: 40000,
// loading core.js takes very long (in webextension). last time I checked it war 3mb. This is some development build or what?
timeout: 60000,
use: {
headless: process.env.HEADLESS === 'true',
ignoreHTTPSErrors: true,
Expand Down

0 comments on commit 646701a

Please sign in to comment.