Skip to content

Commit

Permalink
Increate Timeout to allow pod termination
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Vaseekaran committed Dec 4, 2024
1 parent 8fc0f46 commit 3f62f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test: generate fmt vet bin/setup-envtest
test-e2e:
IMG_E2E=${IMG_E2E} go test github.com/banzaicloud/koperator/tests/e2e \
-v \
-timeout 20m \
-timeout 45m \
-tags e2e \
--ginkgo.show-node-events \
--ginkgo.trace \
Expand Down

0 comments on commit 3f62f8e

Please sign in to comment.