From ad1d4164e94bd9adb8d18cf0a27350e64f47ccb3 Mon Sep 17 00:00:00 2001
From: ManifoldFR <wilson.jallet@gmail.com>
Date: Tue, 27 Feb 2018 19:18:10 +0100
Subject: [PATCH] .

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2fedd13..993501f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,8 +50,8 @@ test:async:
   stage: test
   script:
    - npm start &
+   - sleep 5
    - curl http://localhost:3000
-   - sleep 10
    - pkill node
    - exit 0
   tags:
-- 
GitLab