Adjust E2E_NODES variable

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-06-16 22:29:13 -04:00
parent e65b2ca5b7
commit 5e88760de3

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)