We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9378 commit 05e5c2dCopy full SHA for 05e5c2d
1 file changed
dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
47
48
options {
49
buildDiscarder(logRotator(numToKeepStr: '5'))
50
- timeout (time: 30, unit: 'HOURS')
+ timeout (time: 24, unit: 'HOURS')
51
timestamps()
52
checkoutToSubdirectory('src')
53
}
0 commit comments