From aa2992b82689bbf9940c6a6a624aaf060dba79f4 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 11 Dec 2022 16:03:42 +0530 Subject: [PATCH] tests: functional: Set timeout to 3 hours This commit alone doesn't fix the problem of our functional tests timing out. It is harmless to increase the timeout. The maximum timeout for shared runners in Salsa is 3h according to this: https://salsa.debian.org/salsa-ci-team/pipeline/-/blob/master/README.md#set-build-timeout Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- .ci/functional-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/functional-tests.yml b/.ci/functional-tests.yml index 3089ce1ad..18651dae3 100644 --- a/.ci/functional-tests.yml +++ b/.ci/functional-tests.yml @@ -21,7 +21,7 @@ .run-functional-tests: stage: functional-tests - timeout: 150m + timeout: 3h # Need to find a way of running the cleanup step even on failure allow_failure: true when: delayed