Skip to content

Commit

Permalink
parallel = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Nov 4, 2024
1 parent 460aadf commit f1dfbd3
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 @@ -83,7 +83,7 @@ acceptance:
@if [ "${case}" != "" ]; then \
TF_ACC=true go test -parallel 1 -count 1 -run $(case) -v -timeout=20000s -cover $(ACC_TEST_FILE_LOCATION); \
else \
TF_ACC=true go test -parallel 4 -v -timeout=50000s -cover $(ACC_TEST_FILE_LOCATION);\
TF_ACC=true go test -parallel 1 -v -timeout=50000s -cover $(ACC_TEST_FILE_LOCATION);\
fi

build: vendor $(NAME)
Expand Down

0 comments on commit f1dfbd3

Please sign in to comment.