From 8426b8fc0920a5700d5b39556ebbab6d11b294e7 Mon Sep 17 00:00:00 2001 From: Nico Schedel Date: Fri, 9 Jul 2021 14:16:57 +0200 Subject: [PATCH] TT#70901 selenium: update on "only use one thread for local testruns" yeah... the threads were changed on jenkins side, not on locals one. fixing that now Change-Id: Ibf9b454ee58437c3eda2e8fb0bcc887ffea3ff32 --- t/selenium/testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/selenium/testrunner b/t/selenium/testrunner index a2b9cc1f..4b2b6c0e 100755 --- a/t/selenium/testrunner +++ b/t/selenium/testrunner @@ -63,7 +63,7 @@ if [ "${OUTPUT_TYPE:-}" = "junit" ] ; then RC="${PIPESTATUS[0]}" else #Change thread count here and in nose2cfg/localtest.cfg - export THREADS=2 + export THREADS=1 python3 testrun.py -v -c nose2cfg/localtest.cfg|| RC=$? fi