Skip to content

Commit

Permalink
increase timeout for persistentContext fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Jan 24, 2025
1 parent efa3a1f commit e3ba42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/fixtures/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const test = base.extend<{ page: Page }, BaseScopeWorker>({
await use(context);
await context.close();
},
{ scope: 'worker', timeout: 5_000 },
{ scope: 'worker', timeout: 8_000 },
],

// This is the background service worker in Chrome, and background script
Expand Down

0 comments on commit e3ba42a

Please sign in to comment.