We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f531ab0 commit 9730a43Copy full SHA for 9730a43
Makefile
@@ -17,7 +17,7 @@ test:
17
18
# call with TESTCONTAINERS_RYUK_DISABLED="true" to avoid problems with podman on Macs
19
e2e:
20
- go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=2m -tags=e2e {}
+ go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=3m -tags=e2e {}
21
22
lint:
23
go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)
0 commit comments