Skip to content

Commit

Permalink
Increase timeout for whole Redpanda operator test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Nov 22, 2024
1 parent 8b83798 commit 5354cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfiles/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks:
- generate
cmds:
- |
go test -v ./... -coverprofile cover.out -timeout 15m
go test -v ./... -coverprofile cover.out -timeout 20m
build-operator-images:
deps:
Expand Down

0 comments on commit 5354cde

Please sign in to comment.