Browse Source

chore(cypress): increase timeout

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/510/head
Pranav C 3 years ago
parent
commit
074ef784c7
  1. 4
      cypress.json

4
cypress.json

@ -1,3 +1,5 @@
{
"baseUrl": "http://localhost:3000"
"baseUrl": "http://localhost:3000",
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 600000
}

Loading…
Cancel
Save