configure retries

This commit is contained in:
Ulf Gebhardt 2021-04-12 20:43:13 +02:00
parent bae5ffa1b7
commit f6d834e7a1
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -2,7 +2,8 @@
"projectId": "qa7fe2",
"ignoreTestFiles": "*.js",
"baseUrl": "http://localhost:3000",
"env": {
"RETRIES": 2
"retries": {
"runMode": 2,
"openMode": 0
}
}