We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979268c commit 3e04278Copy full SHA for 3e04278
examples/react-dapp/playwright.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from "@playwright/test"
2
3
export default defineConfig({
4
testDir: "./tests",
5
- timeout: 60000,
+ timeout: 120000,
6
fullyParallel: true,
7
workers: 2,
8
retries: 1,
0 commit comments