Increase timeout for HANA
This commit is contained in:
parent
ba350d13c6
commit
1d4fe5d178
|
@ -258,7 +258,7 @@ void runBuildOnNode(String label, Closure body) {
|
||||||
node( label ) {
|
node( label ) {
|
||||||
pruneDockerContainers()
|
pruneDockerContainers()
|
||||||
try {
|
try {
|
||||||
timeout( [time: 90, unit: 'MINUTES'], body )
|
timeout( [time: 120, unit: 'MINUTES'], body )
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
// If this is a PR, we clean the workspace at the end
|
// If this is a PR, we clean the workspace at the end
|
||||||
|
|
Loading…
Reference in New Issue