Skip to content

Commit 5492a06

Browse files
authored
Merge branch 'master' into release-1.16.0
2 parents 5ea6c05 + 8f4afc7 commit 5492a06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-testing/cypress.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ module.exports = defineConfig({
1818
defaultCommandTimeout: 10000,
1919
specPattern: "cypress/e2e/**/*.cy.js",
2020
},
21-
})
21+
"retries": 2
22+
})

0 commit comments

Comments
 (0)