Skip to content

Commit

Permalink
make cypress more fail-safe (calcom#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Oct 1, 2021
1 parent 4879479 commit 6547ef1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"baseUrl": "http://localhost:3000",
"chromeWebSecurity": false
"chromeWebSecurity": false,
"retries": {
"runMode": 2
}
}

0 comments on commit 6547ef1

Please sign in to comment.