Skip to content

Commit 9730a43

Browse files
extend timeout for e2e tests
Signed-off-by: Alexandra Oberaigner <[email protected]>
1 parent f531ab0 commit 9730a43

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
@@ -17,7 +17,7 @@ test:
1717

1818
# call with TESTCONTAINERS_RYUK_DISABLED="true" to avoid problems with podman on Macs
1919
e2e:
20-
go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=2m -tags=e2e {}
20+
go clean -testcache && go list -f '{{.Dir}}/...' -m | xargs -I{} go test -timeout=3m -tags=e2e {}
2121

2222
lint:
2323
go install -v github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$(GOLANGCI_LINT_VERSION)

0 commit comments

Comments
 (0)