Increase test timeout to 30s to accomodate longer Azure test

This commit is contained in:
Chris Bednarski 2016-03-14 20:46:22 -07:00
parent 3693dd8879
commit 71b593a265
1 changed files with 1 additions and 1 deletions

View File

@ -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; \