Skip to content

Commit 858d245

Browse files
authored
bump ready timeout for e2e tests (#1835)
1 parent 9f9b445 commit 858d245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _wait_for_scanner() {
3232
kubectl -n stackrox get pod
3333
POD="$(kubectl -n stackrox get pod -o jsonpath='{.items[?(@.metadata.labels.app=="scanner")].metadata.name}')"
3434
[[ -n "${POD}" ]]
35-
kubectl -n stackrox wait "--for=condition=Ready" "pod/${POD}" --timeout=5m
35+
kubectl -n stackrox wait "--for=condition=Ready" "pod/${POD}" --timeout=10m
3636
kubectl -n stackrox get pod
3737
}
3838

0 commit comments

Comments
 (0)