mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
Increase timeout for HANA
This commit is contained in:
parent
ba350d13c6
commit
1d4fe5d178
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -258,7 +258,7 @@ void runBuildOnNode(String label, Closure body) {
|
||||
node( label ) {
|
||||
pruneDockerContainers()
|
||||
try {
|
||||
timeout( [time: 90, unit: 'MINUTES'], body )
|
||||
timeout( [time: 120, unit: 'MINUTES'], body )
|
||||
}
|
||||
finally {
|
||||
// If this is a PR, we clean the workspace at the end
|
||||
|
Loading…
x
Reference in New Issue
Block a user