We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d62fe0 commit 4424035Copy full SHA for 4424035
Makefile
@@ -23,7 +23,7 @@ hdfs: clean $(SOURCES)
23
go build -ldflags "-X main.version=$(TRAVIS_TAG)" ./cmd/hdfs
24
25
test: hdfs
26
- go test -v -race ./...
+ go test -v -race -timeout 30s ./...
27
bats ./cmd/hdfs/test/*.bats
28
29
clean:
0 commit comments