Skip to content

Commit d40e446

Browse files
author
szachovy
committed
Increase async timeout for Run main program task from 2100s to 3600s
Previous run hit the 35min (2100s) wall exactly: task started 08:47:29, timed out at 09:22:37. Successful runs complete in ~45min total with the main program taking ~37min. Raise to 3600s (60min) for headroom.
1 parent ba1c27a commit d40e446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testsuite/roles/testing/tasks/system.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
args:
1414
executable: "/bin/bash"
1515
chdir: "../../"
16-
async: 2100
16+
async: 3600
1717
poll: 60
1818
register: "run_command"
1919
changed_when: false

0 commit comments

Comments
 (0)