From 8c52956007f9e8ad05f47b8ff35ebe912917abfd Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 3 Dec 2021 06:13:24 -0800 Subject: [PATCH] Revert CI test timeout. (#7375) I increased this while messing around with another PR, and forgot to remove it before merging. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 851521d5b..8956a7ebd 100644 --- a/Makefile +++ b/Makefile @@ -306,4 +306,4 @@ $(BUILDDIR)/packages.txt:$(GO_TEST_FILES) $(BUILDDIR) split-test-packages:$(BUILDDIR)/packages.txt split -d -n l/$(NUM_SPLIT) $< $<. test-group-%:split-test-packages - cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=15m -race -coverprofile=$(BUILDDIR)/$*.profile.out + cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=8m -race -coverprofile=$(BUILDDIR)/$*.profile.out