Skip to content

Commit 8f4afc7

Browse files
Merge pull request #387 from rstudio/kg-cypress-retries
add retries for cypress
2 parents cd38102 + be88b91 commit 8f4afc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-testing/cypress.config.js

+2-1
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)