Skip to content

Commit 4424035

Browse files
committed
Add test timeout
1 parent 9d62fe0 commit 4424035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ hdfs: clean $(SOURCES)
2323
go build -ldflags "-X main.version=$(TRAVIS_TAG)" ./cmd/hdfs
2424

2525
test: hdfs
26-
go test -v -race ./...
26+
go test -v -race -timeout 30s ./...
2727
bats ./cmd/hdfs/test/*.bats
2828

2929
clean:

0 commit comments

Comments
 (0)