Increase acceptance test timeout to 120m from 90m

This commit is contained in:
James Nugent 2016-01-07 13:02:04 -08:00
parent 294b6fe3f0
commit c4c5a0c7d4
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