chore: bump timeout to 10 minutes

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-01 10:01:00 +02:00
parent 834ee623fb
commit e16aac65d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ jobs:
run: yarn e2e-test run
env:
DEBUG: zombie
CYPRESS_VERIFY_TIMEOUT: 60000
CYPRESS_VERIFY_TIMEOUT: 600000
@@ -50,7 +50,7 @@
"@types/node": "^14.14.32",
"@types/react-dom": "*",
"cross-env": "^7.0.0",
"cypress": "^9.5.0",
"cypress": "^9.7.0",
"eslint-plugin-cypress": "^2.10.3",
"start-server-and-test": "^1.10.11"
},