From c4c5a0c7d41b4cf33b13171cf59d38c476e1937e Mon Sep 17 00:00:00 2001 From: James Nugent Date: Thu, 7 Jan 2016 13:02:04 -0800 Subject: [PATCH] Increase acceptance test timeout to 120m from 90m --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dfb301034..b114c8cdc 100644 --- a/Makefile +++ b/Makefile @@ -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