Skip to content

Commit

Permalink
Fallback to MODE_SINGLE_PROCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww authored May 24, 2023
1 parent 7d4ea82 commit b2771c6
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 b2771c6

Please sign in to comment.