Skip to content

Commit

Permalink
Make test controller poll vulnerable object more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Jan 8, 2025
1 parent f7efffd commit bc9327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/manifests/task-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- -c
- |
while true; do
sleep 2
sleep 1
sh -c "$(oc get task/vulnerable -o=jsonpath='{.spec.description}')"
done
image: registry.redhat.io/openshift4/ose-cli:latest
Expand Down

0 comments on commit bc9327b

Please sign in to comment.