diff options
author | Delia Popescu <delia.popescu@enea.com> | 2018-09-26 14:09:49 +0300 |
---|---|---|
committer | Delia Popescu <delia.popescu@enea.com> | 2018-09-26 14:12:39 +0300 |
commit | edb3bdc72264e1cd385f5aca62779f0ed73def9e (patch) | |
tree | b08b5d1115b3e3211025facc484c2f9ffdf508dc /jjb/functest | |
parent | 133e35d5d89e48e46d3e5818a9e70dac84827334 (diff) |
Increase functest job timeout
Functest job timeout is not enough
Functest jobs are aborted after 480 min
Change-Id: I74dfe12b08e322aad53e10d5808b5b739b8d9ce2
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-daily-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-daily-jobs.yaml b/jjb/functest/functest-daily-jobs.yaml index daed74ea3..94855955c 100644 --- a/jjb/functest/functest-daily-jobs.yaml +++ b/jjb/functest/functest-daily-jobs.yaml @@ -217,7 +217,7 @@ - 'suite': job-timeout: 60 - 'daily': - job-timeout: 480 + job-timeout: 600 jobs: - 'functest-{installer}-{pod}-{testsuite}-{stream}' |