Fix circle CI check on prod --3

pull/335/head
Johan Girod 2018-09-06 18:45:20 +02:00
parent 186143e423
commit 8de90e8156
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
steps:
- run: npm install --save-dev cypress
# We wait an arbitrary 4 min for the deploy (TODO: use netlify hook for triggering a this job)
- run: sleep 4 * 60 * 60
- run: sleep 14400
- run: yarn run cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759
workflows: