Skip to content

Commit

Permalink
feat(e2e): enable cypress retries (freeCodeCamp#41013)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Feb 9, 2021
1 parent 0e9560b commit 3807fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"projectId": "ke77ns",
"baseUrl": "https://localhost:8000"
"baseUrl": "https://localhost:8000",
"retries": 2
}

0 comments on commit 3807fb8

Please sign in to comment.