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.
2 parents 5541032 + 2e3d590 commit 203239aCopy full SHA for 203239a
Jenkinsfile.kindnightly
@@ -66,7 +66,7 @@ CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
66
pipeline {
67
agent { label 'large' }
68
options {
69
- timeout(time: 800, unit: 'MINUTES')
+ timeout(time: 1200, unit: 'MINUTES')
70
}
71
triggers {
72
// timer trigger for "nightly build"
0 commit comments