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:
parent
e9692c5681
commit
5a2e348b06
@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 40, unit: 'MINUTES')
|
timeout(time: 4, unit: 'HOURS')
|
||||||
skipDefaultCheckout(true)
|
skipDefaultCheckout(true)
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
@ -8,7 +8,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timeout(time: 40, unit: 'MINUTES')
|
timeout(time: 4, unit: 'HOURS')
|
||||||
skipDefaultCheckout(true)
|
skipDefaultCheckout(true)
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
Loading…
Reference in New Issue
Block a user