diff --git a/Jenkinsfile b/Jenkinsfile index dd7bbec983fae1ef8d4fd09e015eb5d139308e97..b37ac0174461a59d1e395069597b3016900e9466 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ -timeout(45) { - node('local') { +node('local') { + timeout(45) { try { stage('Init') { @@ -42,4 +42,4 @@ timeout(45) { throw e } } -} \ No newline at end of file +}