Browse Source
Revert CI test timeout. (#7375)
I increased this while messing around with another PR, and
forgot to remove it before merging.
pull/7379/head
M. J. Fromberger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |