Skip to content

Commit

Permalink
Revert acceptance tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jan 11, 2019
1 parent b637863 commit 43b0220
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 @@ -14,7 +14,7 @@ test: fmtcheck
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 300s
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

vet:
@echo "go vet ."
Expand Down

0 comments on commit 43b0220

Please sign in to comment.