Skip to content
Snippets Groups Projects
Commit c5a62b3d authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

adding 5 minute timeout to fix test

parent 3c3ee103
No related branches found
No related tags found
2 merge requests!326Slurmtestfix,!313Mockldap without TLS enabled but capable
......@@ -47,6 +47,9 @@
name: munge
state: started
become: true
- name: pause 5 minutes for some magic to appear
pause:
minutes: 5
- name: simple srun test
command: ./srun --ntasks=1 --partition=batch hostname
args:
......
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