From 7372818a2f6157f2087f5164493cd6e85aa378f8 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Fri, 22 Jul 2016 15:39:42 +0200 Subject: [PATCH] functest: Adjust job timeout based on the loop Change-Id: I405bcbf26965a5290fb8dad9786881251e6aea81 Signed-off-by: Fatih Degirmenci --- jjb/functest/functest-ci-jobs.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 28ea6438f..6a571abc6 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -126,9 +126,12 @@ #-------------------------------- testsuite: - - 'daily' - - 'weekly' - - 'suite' + - 'suite': + job-timeout: 60 + - 'daily': + job-timeout: 120 + - 'weekly': + job-timeout: 400 jobs: - 'functest-{installer}-{pod}-{testsuite}-{stream}' @@ -151,7 +154,7 @@ - build-name: name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO' - timeout: - timeout: 400 + timeout: '{job-timeout}' abort: true parameters: -- 2.16.6