From 3d8638a695f3337aff7dedc9e05178366a4520fe Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 26 Jul 2016 09:58:14 +0200 Subject: [PATCH] [Functest] Increase daily job timeout to 180 Some installer/scenarios take too long to execute the tests and the job times out.. Although this is not the best solution, we can let the installer teams run the tests to see why it takes too long sometimes) Change-Id: I37cc393c65408741c5f0ecb9cc12ad6297c31d6d Signed-off-by: jose.lausuch --- jjb/functest/functest-ci-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 6a571abc6..2917e5b39 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -129,7 +129,7 @@ - 'suite': job-timeout: 60 - 'daily': - job-timeout: 120 + job-timeout: 180 - 'weekly': job-timeout: 400 -- 2.16.6