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 926dc7b commit 0aabc72Copy full SHA for 0aabc72
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