From 0b8b4e8716bc7c61ed711ebdf7995e12d75f04cf Mon Sep 17 00:00:00 2001 From: matthewkeil Date: Wed, 24 Apr 2024 16:39:41 +0700 Subject: [PATCH] test: add uv thread size of 4 to test env --- .env.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.test b/.env.test index 9d3b289a515..2f726ee0550 100644 --- a/.env.test +++ b/.env.test @@ -14,3 +14,6 @@ NETHERMIND_DOCKER_IMAGE=nethermind/nethermind:1.18.2 # We mostly use mainnet for unit testing # Changing this value may impact the tests which are written with mainnet in mind LODESTAR_PRESET=mainnet + +# Need to upsize the libuv threadpool to keep up with the chain +UV_THREADPOOL_SIZE=4 \ No newline at end of file