Skip to content

Commit

Permalink
test: add uv thread size of 4 to test env
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Apr 24, 2024
1 parent b720eab commit 0b8b4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b8b4e8

Please sign in to comment.