Skip to content

Commit

Permalink
test: increase default command timeout to 50s
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed May 10, 2022
1 parent 8defdd6 commit 2c9d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"baseUrl": "http://localhost:3000",
"integrationFolder": "../",
"testFiles": "{demos,tests}/**/*.spec.{js,ts}",
"defaultCommandTimeout": 15000
"defaultCommandTimeout": 50000
}

0 comments on commit 2c9d676

Please sign in to comment.