Skip to content

Commit

Permalink
Increase acceptance test timeout to 4 hours (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst authored Jan 18, 2019
1 parent 1bc6bda commit 3fc3c5d
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 @@ test: fmtcheck
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc: fmtcheck
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 120m -ldflags="-X=github.com/terraform-providers/terraform-provider-google/version.ProviderVersion=acc"
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 240m -ldflags="-X=github.com/terraform-providers/terraform-provider-google/version.ProviderVersion=acc"

fmt:
@echo "==> Fixing source code with gofmt..."
Expand Down

0 comments on commit 3fc3c5d

Please sign in to comment.