We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a827f2d commit 44c518bCopy full SHA for 44c518b
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