From 1ea85c1702b330b195faa79b67fec1a53b81f4b2 Mon Sep 17 00:00:00 2001 From: Alistair-Afton Date: Thu, 17 Sep 2026 20:09:30 +0200 Subject: [PATCH] increase lua test retry timeout to 3 minutes The retry wrapper deletes test_status.json on each attempt, so every attempt must run the entire suite (DF boot + all tests + shutdown) within the timeout. The suite has grown enough that a full Windows run now exceeds 60s, making every attempt time out deterministically. --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 3fbf683b63..0704a48f1c 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -77,7 +77,7 @@ jobs: DISPLAY: :0 TERM: xterm-256color with: - timeout_minutes: 1 + timeout_minutes: 3 command: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}" - name: Check RPC interface run: python ci/check-rpc.py "${{ env.DF_FOLDER }}/dfhack-rpc.txt"