Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 806f49e

Browse files
author
Paulo Janotti
authored
Makefile: add a timeout to tests (#383)
Adding a timeout to tests to help cache any test that maybe deadlocking with certain frequency.
1 parent 6521526 commit 806f49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALL_SRC := $(shell find . -type f -name '*.go' -not -path "./vendor/*")
22

3-
GOTEST_OPT?=-v -race
3+
GOTEST_OPT?=-v -race -timeout 30s
44
GOTEST=go test
55
GOFMT=gofmt
66
GOLINT=golint

0 commit comments

Comments
 (0)