Skip to content
Snippets Groups Projects
Commit a0c67cf0 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Increase deployment waiting time

parent 308f4657
No related branches found
No related tags found
1 merge request!32Increase deployment waiting time
......@@ -21,7 +21,6 @@ pipeline {
exit 1
else
echo "orchent depls: ok"
exit 0
fi
'''
}
......
......@@ -43,7 +43,7 @@
register: depshow_output
until: "'PROGRESS' not in depshow_output.stdout"
retries: 15
delay: 300
delay: 600
failed_when: "'error' in depshow_output.stdout"
- set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment