Skip to content

Commit

Permalink
increase timeout to 4h
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Apr 28, 2020
1 parent 1e5df35 commit 40191a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
library 'kibana-pipeline-library'
kibanaLibrary.load() // load from the Jenkins instance

kibanaPipeline(timeoutMinutes: 180) {
kibanaPipeline(timeoutMinutes: 240) {
catchErrors {
withEnv([
'CODE_COVERAGE=1', // Needed for multiple ci scripts, such as remote.ts, test/scripts/*.sh, schema.js, etc.
Expand Down

0 comments on commit 40191a9

Please sign in to comment.