Skip to content

Commit 854e491

Browse files
committed
extend eessi timeout
1 parent 7d1f87c commit 854e491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ci/check_eessi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
chdir: "{{ eessi_test_rootdir }}/eessi-demo/TensorFlow"
2626
executable: /bin/bash
2727
register: job_output
28-
async: "{{ 6 * 60 }}" # wait for up to 6 minutes, expect it to take 4
28+
async: "{{ 10 * 60 }}" # wait for up to 10 minutes
2929
poll: 15 # check every 15 seconds
3030

3131
- name: Fail if job output contains error

0 commit comments

Comments
 (0)