Skip to content

Commit 5bfc70d

Browse files
committed
[e2e] reset to 10s timeout...
had extended during debug of couchdb on CI
1 parent 907bd57 commit 5bfc70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = defineConfig({
1010
},
1111
},
1212
// increase the default timeout for slower operations
13-
defaultCommandTimeout: 30000,
13+
defaultCommandTimeout: 10000,
1414
// Viewport configuration
1515
viewportWidth: 1280,
1616
viewportHeight: 800,

0 commit comments

Comments
 (0)