From 73abdedbc9bd200847b2030b8573546f6f0a44ee Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Tue, 22 Aug 2023 16:38:08 +0200 Subject: [PATCH] CI: Add timeout Increase timeout from default 1h to 2h. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb1dd1b93..35a7e4061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ test-job: expire_in: 1 week tags: - ${TAG} + timeout: 2h script: # Common options go here, diffs to the above matrix - >