Skip to content

Commit 694367e

Browse files
trentrosenbaumburythehammer
authored andcommitted
Restores the TEST_PARALLELISM to a value of 6
1 parent ef2c0f1 commit 694367e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PLUGINS_PATH = ~/.terraform.d/plugins
1010
PLUGINS_PROVIDER_PATH=$(PROVIDER_HOSTNAME)/$(PROVIDER_NAMESPACE)/$(PROVIDER_TYPE)/$(PROVIDER_VERSION)/$(PROVIDER_TARGET)
1111

1212
# Use a parallelism of 3 by default for tests, overriding whatever GOMAXPROCS is set to.
13-
TEST_PARALLELISM?=1
13+
TEST_PARALLELISM?=6
1414
TESTARGS?=-short
1515

1616
bin:

0 commit comments

Comments
 (0)