Skip to content

Commit

Permalink
Increase parallel test count (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
erademacher authored Mar 23, 2023
1 parent 15224ee commit ef4a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ test:
go test ./... -v $(TESTARGS) -timeout 5m

testacc:
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m -parallel 100

0 comments on commit ef4a17f

Please sign in to comment.