diff --git a/Jenkinsfile_k8s b/Jenkinsfile_k8s index 778fe8ca0..b662c2bc7 100644 --- a/Jenkinsfile_k8s +++ b/Jenkinsfile_k8s @@ -10,8 +10,8 @@ if (env.BRANCH_NAME == 'main') { pipeline { agent none options { - // Average build time is ~40 min. 2 hours timeout indicates that something is wrong and should fail - timeout(time: 2, unit: 'HOURS') + // Average build time is ~30 min. 1 hour timeout indicates that something is wrong and should fail + timeout(time: 1, unit: 'HOURS') } stages { stage('UpdateCLI') {