Skip to content

Commit

Permalink
fix: Add go test timeout flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreckle committed Oct 23, 2023
1 parent dd3b044 commit 80ff64b
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 @@ -13,7 +13,7 @@ default: testacc
.PHONY: testacc
testacc: docker-up
@echo "⌛ Startup acceptance tests on $(NETBOX_SERVER_URL) with version $(NETBOX_VERSION)"
TF_ACC=1 go test -v -cover $(TEST)
TF_ACC=1 go test -timeout 20m -v -cover $(TEST)

.PHONY: test
test:
Expand Down

0 comments on commit 80ff64b

Please sign in to comment.