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 1087f19 commit e53a191Copy full SHA for e53a191
ansible/ci/check_slurm.yml
@@ -7,7 +7,7 @@
7
register: sinfo
8
changed_when: false
9
until: sinfo.stdout_lines == expected_sinfo
10
- retries: 10
+ retries: 20
11
delay: 5
12
vars:
13
expected_sinfo:
0 commit comments