Skip to content

Commit

Permalink
Increase acctests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
petroprotsakh committed Jan 15, 2025
1 parent c26df1c commit f98ab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install: build
mkdir -p $(USER_PLUGIN_DIR); cp $(BIN_NAME) $(USER_PLUGIN_DIR)

testacc:
TF_ACC=1 go test -race $(TEST) -v $(TESTARGS) -timeout 15m -covermode atomic -coverprofile=covprofile
TF_ACC=1 go test -race $(TEST) -v $(TESTARGS) -timeout 30m -covermode atomic -coverprofile=covprofile

notify-upstream:
curl -X POST \
Expand Down

0 comments on commit f98ab35

Please sign in to comment.