tests: reduce the number of workers for the executor
We don't use the executor much anyways.
This commit is contained in:
parent
104c6e1a09
commit
f262ca2d1c
@ -12,7 +12,7 @@ from io import BytesIO
|
||||
from .serializations import CTransaction, PSBT
|
||||
|
||||
TIMEOUT = int(os.getenv("TIMEOUT", 20))
|
||||
EXECUTOR_WORKERS = int(os.getenv("EXECUTOR_WORKERS", 20))
|
||||
EXECUTOR_WORKERS = int(os.getenv("EXECUTOR_WORKERS", 5))
|
||||
VERBOSE = os.getenv("VERBOSE", "0") == "1"
|
||||
LOG_LEVEL = os.getenv("LOG_LEVEL", "debug")
|
||||
assert LOG_LEVEL in ["trace", "debug", "info", "warn", "error"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user