From 5873c987e492d6a399946b58683a7d0798f7c1f5 Mon Sep 17 00:00:00 2001 From: Vasek Sraier <git@vakabus.cz> Date: Tue, 9 Feb 2021 13:58:13 +0100 Subject: [PATCH] ci: increased timeout --- manager/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/.gitlab-ci.yml b/manager/.gitlab-ci.yml index 85d31d233..bf747cdd6 100644 --- a/manager/.gitlab-ci.yml +++ b/manager/.gitlab-ci.yml @@ -12,7 +12,7 @@ lint: LC_ALL: C.UTF-8 # this job uses messy tricks to install dependencies quickly, if something goes wrong, it should kill itself reasonably fast - timeout: 5 minutes + timeout: 7 minutes # FIXME cache does not seem to have any effect when running locally, it might be the same in CI cache: -- GitLab