Merge pull request #341 from bddvlpr/ci/increase-timeout

Increase timeout for acceptance tests
diff --git a/GNUmakefile b/GNUmakefile
index 5802671..54393c5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,7 +31,7 @@
 		xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
 
 testacc: fmtcheck
-	TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 30m
+	TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 45m
 
 vet:
 	@echo "go vet ."