1
0

Configure tests retries

This commit is contained in:
kolaente
2021-06-02 09:08:24 +02:00
parent af9fd856eb
commit 570cfc8610
2 changed files with 5 additions and 2 deletions

View File

@ -4,5 +4,8 @@
"API_URL": "http://localhost:3456/api/v1",
"TEST_SECRET": "testingS3cr3et"
},
"video": false
"video": false,
"retries": {
"runMode": 2
}
}