mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[coverage] increase timeout to 5h (#91643)
This commit is contained in:
parent
ece20e0d6c
commit
f8866debf1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
library 'kibana-pipeline-library'
|
||||
kibanaLibrary.load() // load from the Jenkins instance
|
||||
|
||||
kibanaPipeline(timeoutMinutes: 240) {
|
||||
kibanaPipeline(timeoutMinutes: 300) {
|
||||
catchErrors {
|
||||
def timestamp = new Date(currentBuild.startTimeInMillis).format("yyyy-MM-dd'T'HH:mm:ss'Z'", TimeZone.getTimeZone("UTC"))
|
||||
withEnv([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue