Skip to content

Commit 203239a

Browse files
committed
Merge branch 'xc-111993-40' into 'release/4.0'
increase the timeout for release/4.0 nigthly run See merge request weblogic-cloud/weblogic-kubernetes-operator!4420
2 parents 5541032 + 2e3d590 commit 203239a

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)