Skip to content

Commit 184a983

Browse files
committed
chore: fix cypress
1 parent 64ff598 commit 184a983

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cypress.config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import { defineConfig } from "cypress";
22

33
export default defineConfig({
4+
pageLoadTimeout: 100000,
45
e2e: {
56
setupNodeEvents(on, config) {
67
// implement node event listeners here
78
},
8-
experimentalStudio: true
9+
experimentalStudio: true,
10+
pageLoadTimeout: 100000,
911
},
1012
});

0 commit comments

Comments
 (0)