From c008c01bc1f105de728b29e5062a493487eef4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 10 May 2023 11:06:10 +0200 Subject: [PATCH] ci: bump timeout for tests to 15 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've been seing longer runs on release CI for nightlies, possibly due to more than 2 parallel builds running on one host. Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests b/ci/Jenkinsfile.tests index f3506ba100..4cc82d8b27 100644 --- a/ci/Jenkinsfile.tests +++ b/ci/Jenkinsfile.tests @@ -9,7 +9,7 @@ pipeline { options { timestamps() /* Prevent Jenkins jobs from running forever */ - timeout(time: 10, unit: 'MINUTES') + timeout(time: 15, unit: 'MINUTES') /* Limit builds retained */ buildDiscarder(logRotator( numToKeepStr: '10',