Skip to content

Commit 2216de4

Browse files
szachovyCopilot
andcommitted
Increase system test async timeout to 70 minutes
Bump async from 2100s (35 min) to 4200s (70 min). Full cluster deployment routinely takes 40-50 minutes on slow hardware and was being killed by the timeout before completion. Closes #47 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0ab8ce7 commit 2216de4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
* Fixed `run_mysql_server()` not instantiating `MySQLServer` class. (#94)
2828
* Disabled MD060 markdownlint rule to fix table column style false positives in documentation. (#94)
29+
* Increased system test async timeout from 35 to 70 minutes. (#47)
2930

3031
## 1.0 - 2024-10-13
3132

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: 4200
1717
poll: 60
1818
register: "run_command"
1919
changed_when: "run_command.rc != 0"

0 commit comments

Comments
 (0)