From bad01451f6687bef583fe89ccb2e6fa92ae7070d Mon Sep 17 00:00:00 2001 From: Evolution Unleashed <131250673+EvolutionUnleashed@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:35:43 +0700 Subject: [PATCH] ci: allow full Windows matrix to finish --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2555f0d..978b6d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,9 @@ concurrency: jobs: test: - timeout-minutes: 30 + # Windows 3.8 can take about 29 minutes for the full crash/recovery suite, + # leaving no reliable room for the benchmark step under the old ceiling. + timeout-minutes: 60 strategy: fail-fast: false matrix: