Skip to content

Commit 3e04278

Browse files
authored
test: increased dapp global to 120sec (#326)
1 parent 979268c commit 3e04278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react-dapp/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "@playwright/test"
22

33
export default defineConfig({
44
testDir: "./tests",
5-
timeout: 60000,
5+
timeout: 120000,
66
fullyParallel: true,
77
workers: 2,
88
retries: 1,

0 commit comments

Comments
 (0)