We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9b445 commit 858d245Copy full SHA for 858d245
scripts/ci/deploy.sh
@@ -32,7 +32,7 @@ _wait_for_scanner() {
32
kubectl -n stackrox get pod
33
POD="$(kubectl -n stackrox get pod -o jsonpath='{.items[?(@.metadata.labels.app=="scanner")].metadata.name}')"
34
[[ -n "${POD}" ]]
35
- kubectl -n stackrox wait "--for=condition=Ready" "pod/${POD}" --timeout=5m
+ kubectl -n stackrox wait "--for=condition=Ready" "pod/${POD}" --timeout=10m
36
37
}
38
0 commit comments