diff --git a/playbooks/manual/releng-emergency-expire-old-repo.yml b/playbooks/manual/releng-emergency-expire-old-repo.yml index 24ff0b2eea..89a4c49bae 100644 --- a/playbooks/manual/releng-emergency-expire-old-repo.yml +++ b/playbooks/manual/releng-emergency-expire-old-repo.yml @@ -50,4 +50,4 @@ msg: "You can watch the logs with 'oc -n {{ app }} logs -f job/{{ job_name }}'" - name: Wait for the command to complete - shell: oc -n {{ app }} wait --for=condition=Complete job/{{ job_name }} + shell: oc -n {{ app }} wait --for=condition=Complete --timeout=10m job/{{ job_name }}