From 31be978ef32157a5401301f81942a060c58d8371 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 11 Oct 2018 12:07:16 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20un=20d=C3=A9lai=20avant=20les=20test?= =?UTF-8?q?=20e2e=20sur=20la=20prod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour éviter les plantages intempestifs --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index e9c3d8c05..bd2083e93 100644 --- a/circle.yml +++ b/circle.yml @@ -54,6 +54,7 @@ jobs: steps: - checkout - run: npm install --save-dev cypress + - run: sleep 60 - run: | if ./node_modules/.bin/cypress run --record --key 21660df5-36a5-4c49-b23d-801799b0c759; then