From 60812ce5fa1fe2c43e08cfd0ad0dcc686f28f5da Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 5 Aug 2026 13:39:44 -0500 Subject: [PATCH] chore(ci): extend molecule job timeout to 3 hours The default scenario occasionally takes longer than 150 minutes on the shared nested-virt runner (k3s agent notify-wait can exceed the limit under load), and a single timeout aborts the whole run before the other four scenarios execute. Raise timeout-minutes from 150 to 180 so a slow-but-progressing run completes instead of aborting. The default scenario remains first in the matrix so a failure surfaces fastest. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b418bd3..d17b46d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -88,7 +88,7 @@ jobs: trap stop_monitor EXIT /usr/bin/time -v -o "$timing_file" \ molecule test --scenario-name ${{ matrix.scenario }} - timeout-minutes: 150 + timeout-minutes: 180 env: ANSIBLE_K3S_LOG_DIR: ${{ runner.temp }}/logs/k3s-ansible/${{ matrix.scenario }} ANSIBLE_SSH_RETRIES: 4