Skip to content

Commit

Permalink
Add test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Nov 27, 2019
1 parent 9d62fe0 commit 4424035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hdfs: clean $(SOURCES)
go build -ldflags "-X main.version=$(TRAVIS_TAG)" ./cmd/hdfs

test: hdfs
go test -v -race ./...
go test -v -race -timeout 30s ./...
bats ./cmd/hdfs/test/*.bats

clean:
Expand Down

0 comments on commit 4424035

Please sign in to comment.