Skip to content

Commit

Permalink
Turned down parallelism to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSharpe committed Nov 7, 2023
1 parent 5fe07a0 commit 322d140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ PROVIDER_VERSION = 99.99.99
PLUGINS_PATH = ~/.terraform.d/plugins
PLUGINS_PROVIDER_PATH=$(PROVIDER_HOSTNAME)/$(PROVIDER_NAMESPACE)/$(PROVIDER_TYPE)/$(PROVIDER_VERSION)/$(PROVIDER_TARGET)

# Use a parallelism of 8 by default for tests, overriding whatever GOMAXPROCS is set to.
TEST_PARALLELISM?=8
# Use a parallelism of 6 by default for tests, overriding whatever GOMAXPROCS is set to.
TEST_PARALLELISM?=6
TESTARGS?=-short

bin:
Expand Down

0 comments on commit 322d140

Please sign in to comment.