From 838dfe26ecc93fc0c9b1cd685d6d160c10824a41 Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Mon, 21 Jun 2021 18:35:05 +0000 Subject: [PATCH] ci: increase the private runners timeout to 12h --- utils/tests/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 553b1d1bc..89f4dd3fb 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -52,7 +52,7 @@ stages: key: "ccache-$CI_JOB_NAME" paths: - $CCACHE_BASEDIR_VALUE/ - timeout: 9h + timeout: 12h variables: CCACHE_BASEDIR_VALUE: ns-3-ccache-storage