Skip to content

Commit

Permalink
Modify parallel test
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Oct 27, 2024
1 parent 1052e6e commit 81ed29c
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 2 -v -timeout=50000s -cover $(ACC_TEST_FILE_LOCATION);\
fi

build: vendor $(NAME)
Expand Down

0 comments on commit 81ed29c

Please sign in to comment.