🐛 Augmente le timeout avant le lancement des test E2E sur master

pull/422/head
Johan Girod 2018-11-06 18:06:01 +01:00
parent 6399c3f86d
commit 3ceaa96ade
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
steps:
- checkout
- run: npm install --save-dev cypress
- run: sleep 60
- run: sleep 120
- run: |
if ./node_modules/.bin/cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759;
then