From b12d5aa34c49f659aab66f7f4e2ae174dbda0ade Mon Sep 17 00:00:00 2001 From: Adam Valenta Date: Fri, 1 Sep 2023 18:56:03 +0200 Subject: [PATCH] Increase timeout for Py3.6 Medium-large to same value as Py3.7 Medium-large since its running the same amount of tests (#15723) --- scripts/jenkins/groovy/defineTestStages.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins/groovy/defineTestStages.groovy b/scripts/jenkins/groovy/defineTestStages.groovy index e34c0057fe38..98c08a0042fe 100644 --- a/scripts/jenkins/groovy/defineTestStages.groovy +++ b/scripts/jenkins/groovy/defineTestStages.groovy @@ -440,7 +440,7 @@ def call(final pipelineContext) { ], [ stageName: 'Py3.6 Medium-large', target: 'test-pyunit-medium-large', pythonVersion: '3.6', - timeoutValue: 160, component: pipelineContext.getBuildConfig().COMPONENT_PY + timeoutValue: 220, component: pipelineContext.getBuildConfig().COMPONENT_PY ], [ stageName: 'R3.3 Medium-large', target: 'test-r-medium-large', rVersion: '3.3.3',