From ef32b6c509f245ecb0059ababac0d2eeff26b35d Mon Sep 17 00:00:00 2001
From: "Mads M. Pedersen" <mmpe@dtu.dk>
Date: Wed, 8 Dec 2021 12:54:00 +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 d00287aa4..c9ad329c2 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 120 --default-timeout=120
+  - pip install -e .[test] --timeout 300 --default-timeout=300
   - pytest
   tags:  # only runners with this tag can do the job [3]
   - ci-ubuntu
-- 
GitLab