From fc8c7401b5f6ede857e29e2a0a13e94f6e7697b0 Mon Sep 17 00:00:00 2001
From: Tom Vander Aa <vanderaa@imec.be>
Date: Tue, 6 Jun 2017 16:09:24 +0200
Subject: [PATCH] ENH: py.test timeout 20 -> 60

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b940238..03d8f47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ test_pytest:
   image: it4i/loombuilder:latest
   script:
     - cd tests/client
-    - py.test -x -v --timeout=20
+    - py.test -x -v --timeout=60
   artifacts:
     when: on_failure
     paths:
-- 
GitLab