You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go test -tags gssapi -v -count 1 -timeout 30s ./...
124
+
go test -tags gssapi -v -count 1 -timeout 60s ./...
125
125
126
126
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 ./...
128
128
129
129
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=./... ./...
131
131
132
132
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
0 commit comments