mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[package testing] Decrease timeout to 2 hours (#104668)
Package testing on average takes slightly over an hour. In error cases where tests retry or a process hangs, it makes sense to keep this timeout closer to the testing time. Ref: https://kibana-ci.elastic.co/job/elastic+kibana+package-testing/
This commit is contained in:
parent
8daffb00f4
commit
94f87cdc37
1 changed files with 1 additions and 1 deletions
2
.ci/package-testing/Jenkinsfile
vendored
2
.ci/package-testing/Jenkinsfile
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/groovy
|
||||
library 'kibana-pipeline-library'
|
||||
kibanaLibrary.load()
|
||||
kibanaPipeline(timeoutMinutes: 300) {
|
||||
kibanaPipeline(timeoutMinutes: 120) {
|
||||
slackNotifications.onFailure {
|
||||
ciStats.trackBuild {
|
||||
workers.ci(ramDisk: false, name: "package-build", size: 'l', runErrorReporter: false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue