Skip to content

Commit

Permalink
dummy timeout 90m
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaldjorMike committed Oct 21, 2024
1 parent e6472d9 commit 65f4045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-e2e-within-kind-test-pod-dummy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -x -o pipefail
source hack/functions.sh

# We skip the helpers package as those tests assumes the environment variable USE_CERT_MANAGER is not set.
DUMMY_LOGSCALE_IMAGE=true ginkgo --label-filter=dummy -timeout 1h -procs=$GINKGO_NODES --no-color --skip-package helpers -v ./controllers/suite/... -covermode=count -coverprofile cover.out -progress | tee /proc/1/fd/1
DUMMY_LOGSCALE_IMAGE=true ginkgo --label-filter=dummy -timeout 90m -procs=$GINKGO_NODES --no-color --skip-package helpers -v ./controllers/suite/... -covermode=count -coverprofile cover.out -progress | tee /proc/1/fd/1

0 comments on commit 65f4045

Please sign in to comment.