Skip to content

Commit 2e3d590

Browse files
committed
increase the timeout for release/4.0 nigthly run
1 parent 5541032 commit 2e3d590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.kindnightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
6666
pipeline {
6767
agent { label 'large' }
6868
options {
69-
timeout(time: 800, unit: 'MINUTES')
69+
timeout(time: 1200, unit: 'MINUTES')
7070
}
7171
triggers {
7272
// timer trigger for "nightly build"

0 commit comments

Comments
 (0)