Skip to content

Commit aa4470b

Browse files
committed
PMM-14431 Test bigger timeout.
1 parent 9372f14 commit aa4470b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ help: ## Display this help message
121121
awk -F ':.*?## ' 'NF==2 {printf " %-26s%s\n", $$1, $$2}'
122122

123123
test: env ## Run all tests
124-
go test -tags gssapi -v -count 1 -timeout 30s ./...
124+
go test -tags gssapi -v -count 1 -timeout 60s ./...
125125

126126
test-race: env ## Run all tests with race flag
127-
go test -tags gssapi -race -v -timeout 30s ./...
127+
go test -tags gssapi -race -v -timeout 60s ./...
128128

129129
test-cover: env ## Run tests and collect cross-package coverage information
130-
go test -tags gssapi -race -timeout 30s -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
130+
go test -tags gssapi -race -timeout 60s -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
131131

132132
test-cluster: env ## Starts MongoDB test cluster. Use env var TEST_MONGODB_IMAGE to set flavor and version. Example: TEST_MONGODB_IMAGE=mongo:3.6 make test-cluster
133133
docker compose up --build -d

0 commit comments

Comments
 (0)