diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-22 15:39:42 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-07-22 15:39:42 +0200 |
commit | 7372818a2f6157f2087f5164493cd6e85aa378f8 (patch) | |
tree | 8cd3358f4e58882439d02b24591a1f8e8cfd6c99 | |
parent | f2e8908bedb973eb97969914b92868c8d1417deb (diff) |
functest: Adjust job timeout based on the loop
Change-Id: I405bcbf26965a5290fb8dad9786881251e6aea81
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 11 |
1 files 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: |