Skip to content

Commit ed908d0

Browse files
committed
Update Playwright config.
1 parent 692b62b commit ed908d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/test/e2e/playwright.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { PlaywrightTestConfig } from '@playwright/test';
22

33
const config: PlaywrightTestConfig = {
44
retries: 2,
5-
timeout: 12000,
6-
workers: 3,
5+
timeout: 5000,
76
};
87
export default config;

0 commit comments

Comments
 (0)