build: bump timeout for premerge/public

As we started to run integration tests one by one (instead of parallel). We need to bump the timeout as well.

(Later we can decrease it to a better value after understanding what is reasonable)

Change-Id: I4a7e18973311fe98b0ffb3d9ed496584b1697980
This commit is contained in:
Márton Elek 2022-08-03 15:01:56 +02:00 committed by Elek, Márton
parent e9692c5681
commit 5a2e348b06
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pipeline {
}
}
options {
timeout(time: 40, unit: 'MINUTES')
timeout(time: 4, unit: 'HOURS')
skipDefaultCheckout(true)
}
environment {

View File

@ -8,7 +8,7 @@ pipeline {
}
}
options {
timeout(time: 40, unit: 'MINUTES')
timeout(time: 4, unit: 'HOURS')
skipDefaultCheckout(true)
}
environment {