diff --git a/Jenkinsfile b/Jenkinsfile index 973fcba99755c9ce28f94e1ce48e4bf669324d7d..84aa637c08d41ddc51ee760a033162a8070a04b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,10 +2,6 @@ pipeline { - options { - timeout(time: 4, unit: 'HOURS') - } - agent { label "build-node8" } environment { @@ -14,7 +10,7 @@ pipeline { options { buildDiscarder logRotator(artifactNumToKeepStr: '10') - timeout(time: 150, unit: 'MINUTES') + timeout(time: 4, unit: 'HOURS') retry(1) parallelsAlwaysFailFast() }