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
mr9.5.2
Nico Schedel 5 years ago
parent d831ae32fd
commit 81f949338d

@ -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

Loading…
Cancel
Save