From a95c2d5cbdd1bc8e0aaa2ef6b9743cc618cbe3a1 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Fri, 5 Nov 2021 15:55:34 +0100
Subject: [PATCH] Added yarn timeout to CI/CD.

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c66233301a..363c399aaa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ gui linting:
   image: node
   script:
     - cd gui
-    - yarn
+    - yarn --network-timeout 1200000
     - yarn run lint
   except:
     refs:
@@ -107,7 +107,7 @@ gui tests:
   image: node
   script:
     - cd gui
-    - yarn
+    - yarn --network-timeout 1200000
     - yarn run test
   except:
     refs:
-- 
GitLab