Skip to content

Commit 7695263

Browse files
committed
increase timeout
1 parent 0050925 commit 7695263

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: cypress.config.ts

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

3+
// default timeout was 4000.
4+
// Infoview loading is slow on Windows…
5+
36
export default defineConfig({
4-
defaultCommandTimeout: 40000, // default timeout was 4000. Infoview loading is slow on Windows...
7+
defaultCommandTimeout: 400000,
58
experimentalWebKitSupport: true,
69
e2e: {
710
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)