diff options
author | 2017-12-14 04:59:35 +0100 | |
---|---|---|
committer | 2017-12-14 05:04:33 +0100 | |
commit | e360c36710566a0a66a8224d7330a4bfcc4853c4 (patch) | |
tree | c418b91e076fac12eecde0b8e32dd1f7eb147617 /jjb/functest | |
parent | f6a4de527f96609ff38aa1bd4e5cf0df71ff7f58 (diff) |
Increase Functest jjob timeouts
Functest has multiplied the testcases and integrates several ones
which are growing (e.g. snaps).
4 hours is reached if snaps or one vnf testcase fails (20 minutes).
https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-master/1695/console
Change-Id: I5e8b744d35b5253f6e7ac1310286ae374de1943b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-daily-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 2d5d397ae..79e5c1503 100644 --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -192,9 +192,9 @@ - 'suite': job-timeout: 60 - 'daily': - job-timeout: 240 + job-timeout: 300 - 'arm-daily': - job-timeout: 240 + job-timeout: 300 jobs: - 'functest-{installer}-{pod}-{testsuite}-{stream}' |