Skip to content

Commit

Permalink
Chore: Increase Timeout for UnitTests in Jenkins-pipeline
Browse files Browse the repository at this point in the history
Change-Id: I88896c41b8c275b1b6c429a6112219a52258a35d
(cherry picked from commit 71ed177)
  • Loading branch information
Andreas Bauer authored and reinies committed May 7, 2018
1 parent ea70ac1 commit 84d20d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Expand Up @@ -170,7 +170,7 @@ node('docker') {

stage('Run Unittests') {

makeIfParam('PARAM_RUN_TESTS', 'docker-run-linotp-unit-pipeline', 5)
makeIfParam('PARAM_RUN_TESTS', 'docker-run-linotp-unit-pipeline', 10)

}

Expand Down

0 comments on commit 84d20d7

Please sign in to comment.