Adjust number of parallel tests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-19 15:08:48 -03:00
parent 7f280512f1
commit ba05d2cc95

View file

@ -42,7 +42,7 @@ endif
# Allow limiting the scope of the e2e tests. By default run everything
FOCUS ?= .*
# number of parallel test
E2E_NODES ?= 15
E2E_NODES ?= 10
# slow test only if takes > 50s
SLOW_E2E_THRESHOLD ?= 50
# run e2e test suite with tests that check for memory leaks? (default is false)