Skip to content

Commit

Permalink
Raise osd integTest timeout to 6 hours due to OSD core length (#4779)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jun 14, 2024
1 parent cee30d4 commit 6111f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jenkins/opensearch-dashboards/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def agent_nodes = [

pipeline {
options {
timeout(time: 5, unit: 'HOURS')
timeout(time: 6, unit: 'HOURS')
buildDiscarder(logRotator(daysToKeepStr: '30'))
}
agent none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
integ-test.library({[email protected], retriever=null})
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=5, unit=HOURS})
integ-test.timeout({time=6, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
integ-test.library({[email protected], retriever=null})
integ-test.pipeline(groovy.lang.Closure)
integ-test.credentials(jenkins-artifact-bucket-name)
integ-test.timeout({time=5, unit=HOURS})
integ-test.timeout({time=6, unit=HOURS})
integ-test.logRotator({daysToKeepStr=30})
integ-test.buildDiscarder(null)
integ-test.echo(Executing on agent [label:none])
Expand Down

0 comments on commit 6111f87

Please sign in to comment.