Increase timeout for HANA

This commit is contained in:
Christian Beikov 2021-10-11 12:19:50 +02:00
parent ba350d13c6
commit 1d4fe5d178
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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