.gitlab-ci.yml: Increase the build timeout
[soc.git] / .gitlab-ci.yml
index ca1a9489a92171ef6975153fbbfbf601c5968ac0..25657348ec18244585c435f3c657ff8d0293c780 100644 (file)
@@ -12,6 +12,7 @@ variables:
 
 build:
     stage: build
+    timeout: 2h
     before_script:
         - mkdir -p apt-cache
         - apt-get -o dir::cache::archives="$(pwd)/apt-cache" update