From 81f949338d5b2218b6b7907fcf76d4dee513082e Mon Sep 17 00:00:00 2001 From: Nico Schedel Date: Thu, 8 Jul 2021 12:25:25 +0200 Subject: [PATCH] TT#70901 selenium: only use one thread for local testruns Set thread count to one by default for local tests for better visibilty and reliability. Jenkins tests will continue to run with 2 threads Change-Id: Ib7ea46674d74f318c3818e733964d6ca2abbabbc --- t/selenium/nose2cfg/localtest.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/selenium/nose2cfg/localtest.cfg b/t/selenium/nose2cfg/localtest.cfg index 88a00126..75f40614 100644 --- a/t/selenium/nose2cfg/localtest.cfg +++ b/t/selenium/nose2cfg/localtest.cfg @@ -14,7 +14,7 @@ test_fullname = True [multiprocess] #change thread count here. should be the same as in testrunner always-on = True -processes = 2 +processes = 1 [output-buffer] always-on = True