Reduce timeouts

This commit is contained in:
Sidharth Vinod
2023-04-13 17:10:52 +05:30
parent c43c691070
commit 1daca60eab
+2
View File
@@ -6,6 +6,8 @@ export default defineConfig({
viewportWidth: 1440,
viewportHeight: 768,
snapshotFileName: './cypress/snapshots.js',
defaultCommandTimeout: 5000,
requestTimeout: 5000,
retries: {
runMode: 2,
openMode: 0