From b4bd1a85c69edd0cec532848ccb075bafeb6ae48 Mon Sep 17 00:00:00 2001 From: Brandon Farmer Date: Mon, 18 Jun 2018 01:02:44 -0700 Subject: [PATCH] Increase go test timeout to avoid invalid failures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aae583c5..37525c161 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ internal.pb.go: bolt/internal/internal.proto test: jstest gotest gotestrace gotest: - go test ./... + go test -timeout 10s ./... gotestrace: go test -race ./...