diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-19 12:36:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-19 12:36:20 +0200 |
commit | f0a93a8329e5fcdd923e4210ffa34b576b63fe8b (patch) | |
tree | 551e65077fdab181a38e5337cad59fc14ef0f4dc /job-cfg | |
parent | 4beb6bdf3402521184d7271344defb9b2b54199e (diff) | |
download | jenkins.debian.net-f0a93a8329e5fcdd923e4210ffa34b576b63fe8b.tar.xz |
reproducible debian: run 1st build with a timeout of 18h and the 2nd with 24h timeout
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index b58876f0..f19fd32e 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -84,7 +84,7 @@ - timed: '{my_timed}' wrappers: - timeout: - timeout: 1560 + timeout: 2640 # (24+18+2)*60 logrotate: daysToKeep: 3 numToKeep: 300 |