Skip to content

Commit

Permalink
Increase the explain stages timeoutValue
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfryda committed Oct 18, 2023
1 parent b95dade commit bc5d878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/jenkins/groovy/defineTestStages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def call(final pipelineContext) {
],
[
stageName: 'Py3.7 Explain', target: 'test-pyunit-explain', pythonVersion: '3.7',
timeoutValue: 90, component: pipelineContext.getBuildConfig().COMPONENT_PY
timeoutValue: 180, component: pipelineContext.getBuildConfig().COMPONENT_PY
],
[
stageName: 'Py3.11 Single Node', target: 'test-pyunit-single-node', pythonVersion: '3.11',
Expand Down Expand Up @@ -559,7 +559,7 @@ def call(final pipelineContext) {
],
[
stageName: 'R4.0 Explain', target: 'test-r-explain', rVersion: '4.0.2',
timeoutValue: 125, component: pipelineContext.getBuildConfig().COMPONENT_R
timeoutValue: 180, component: pipelineContext.getBuildConfig().COMPONENT_R
],
]

Expand Down

0 comments on commit bc5d878

Please sign in to comment.