From c1509637a53a5460fc97597b017c94186352a00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 2 Jun 2023 12:38:43 +0200 Subject: [PATCH] ci: bump tests timeout to 30 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test running time can be a bit unpredictable due to server load, which can result in tests that finish in 5 minutes, or over 20. Signed-off-by: Jakub SokoĊ‚owski --- _assets/ci/Jenkinsfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/ci/Jenkinsfile.tests b/_assets/ci/Jenkinsfile.tests index 80ace3a17..e20a66dea 100644 --- a/_assets/ci/Jenkinsfile.tests +++ b/_assets/ci/Jenkinsfile.tests @@ -14,7 +14,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 20, unit: 'MINUTES') + timeout(time: 30, unit: 'MINUTES') disableConcurrentBuilds() /* manage how many builds we keep */ buildDiscarder(logRotator(