From 3d7e09e7bd3f1475475dcc5ad5921e6b09d32be4 Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Mon, 21 Dec 2020 12:31:16 +0000 Subject: [PATCH] Longer test timeout Test is failing in GitHub actions due to timeout --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c2de16d..0c003d3 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ tests: - GO111MODULE=on go test -v -short -race -timeout 30s -coverprofile=coverage.txt -covermode=atomic ./... + GO111MODULE=on go test -v -short -race -timeout 100s -coverprofile=coverage.txt -covermode=atomic ./...