From 71b593a2656dbac532eb61d8d8ba2c24a3335ac4 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Mon, 14 Mar 2016 20:46:22 -0700 Subject: [PATCH] Increase test timeout to 30s to accomodate longer Azure test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a56d7346..099c9c90f 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ generate: deps go fmt command/plugin.go test: deps - @go test $(TEST) $(TESTARGS) -timeout=15s + @go test $(TEST) $(TESTARGS) -timeout=30s @go vet $(TEST) ; if [ $$? -eq 1 ]; then \ echo "ERROR: Vet found problems in the code."; \ exit 1; \