Skip to content
Snippets Groups Projects
Commit 33f0675b authored by Arie Peterson's avatar Arie Peterson
Browse files

Increase cypress DOM command timeout

parent 701c10b4
No related branches found
No related tags found
1 merge request!120Resolve "Frequent cypress timeout in test"
Pipeline #40679 passed with stages
in 3 minutes and 33 seconds
......@@ -10,6 +10,8 @@ module.exports = defineConfig({
require('cypress-terminal-report/src/installLogsPrinter')(on, options);
},
},
// We have some slow calls to load the list of apps, users etc.
defaultCommandTimeout: 10000,
videoCompression: false,
videoUploadOnPasses: false
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment