Skip to content

Commit 0e24fac

Browse files
committed
fixup: try fixing test execution. seems like startup, etc is taking longer for e2e tests
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 100e82f commit 0e24fac

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
@@ -15,7 +15,7 @@ test:
1515

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

2020
lint:
2121
go install -v github.com/golangci/golangci-lint/cmd/[email protected]

0 commit comments

Comments
 (0)