Merge pull request #4560 from hashicorp/f-increase-testacc-timeout

Increase acceptance test timeout to 120m from 90m
This commit is contained in:
James Nugent 2016-01-07 13:52:35 -08:00
commit b96122f24e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ testacc: fmtcheck generate
echo " make testacc TEST=./builtin/providers/aws"; \
exit 1; \
fi
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 90m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
# testrace runs the race checker
testrace: fmtcheck generate