From 098a976e1d7bf8ca7df05479909c2930d1173b6d Mon Sep 17 00:00:00 2001 From: Marco Fontani Date: Thu, 2 Oct 2025 10:50:51 +0200 Subject: [PATCH] test-build.yml: longer timeout for OSX x86_64 ... as it took longer than usual to run tests. --- .github/workflows/test-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index de77e41..1072fa5 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -44,7 +44,8 @@ jobs: printf '\e[0;31mred\e[0;1;31mbright red\e[0m' | ./ansi2html -b -p vga echo - name: run tests - timeout-minutes: 2 + # Higher timeout mostly for OSX x86_64 which is slower for some reason + timeout-minutes: 3 run: | make prove build-static: