From 1b07f803a7cfb4ec749e463c7e16b6d91ca72086 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 14 Mar 2025 15:22:42 -0500 Subject: [PATCH] Reduce build timeout to 2 minutes (now that concurrently speeds it up) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52e3068d0..96e28113b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: build: stage: build - timeout: 3 minutes + timeout: 2 minutes before_script: - yarn install --ignore-scripts - apt-get update -y && apt-get install -y zip