Skip to content

Commit

Permalink
Merge pull request #3386 from ethereum/single-process
Browse files Browse the repository at this point in the history
Fallback to MODE_SINGLE_PROCESS
  • Loading branch information
hwwhww authored May 24, 2023
2 parents 7d4ea82 + b2771c6 commit 017a849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MODE_SINGLE_PROCESS = 'MODE_SINGLE_PROCESS'
MODE_MULTIPROCESSING = 'MODE_MULTIPROCESSING'
# Test generator mode
GENERATOR_MODE = MODE_MULTIPROCESSING
GENERATOR_MODE = MODE_SINGLE_PROCESS
# Number of subprocesses when using MODE_MULTIPROCESSING
NUM_PROCESS = multiprocessing.cpu_count() // 2 - 1

Expand Down

0 comments on commit 017a849

Please sign in to comment.