From cd921d6aa7d613b0908bb5392d78eba88ad7c7ea Mon Sep 17 00:00:00 2001
From: "Mads M. Pedersen" <mmpe@dtu.dk>
Date: Fri, 26 Nov 2021 08:25:30 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a3907323..d00287aa4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ test_PyWake:  # name the job what we like
   stage:  # build, test, deploy defined by default [2]
     test
   script:
-  - pip install -e .[test] --timeout 60
+  - pip install -e .[test] --timeout 120 --default-timeout=120
   - pytest
   tags:  # only runners with this tag can do the job [3]
   - ci-ubuntu
-- 
GitLab