mirror of https://github.com/etcd-io/bbolt.git
Extended the test timeout to 30m
Signed-off-by: Benjamin Wang <wachao@vmware.com>pull/366/head
parent
99fe21f5e0
commit
7cc5901171
4
Makefile
4
Makefile
|
@ -14,12 +14,12 @@ lint:
|
|||
golangci-lint run ./...
|
||||
|
||||
test:
|
||||
TEST_FREELIST_TYPE=hashmap go test -timeout 20m -v -coverprofile cover.out -covermode atomic
|
||||
TEST_FREELIST_TYPE=hashmap go test -timeout 30m -v -coverprofile cover.out -covermode atomic
|
||||
TEST_FREELIST_TYPE=hashmap go test -v ./cmd/bbolt
|
||||
|
||||
@echo "array freelist test"
|
||||
|
||||
@TEST_FREELIST_TYPE=array go test -timeout 20m -v -coverprofile cover.out -covermode atomic
|
||||
@TEST_FREELIST_TYPE=array go test -timeout 30m -v -coverprofile cover.out -covermode atomic
|
||||
@TEST_FREELIST_TYPE=array go test -v ./cmd/bbolt
|
||||
|
||||
.PHONY: race fmt test lint
|
||||
|
|
Loading…
Reference in New Issue