From 15dd6b427289f7a5aabe31e6ec1e7b103f980960 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 23 Jul 2025 20:45:10 +0200 Subject: [PATCH] CI: increase test timeout to 30 minutes Signed-off-by: Christian Brabandt --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e368dc1d..b76a71fcd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,7 +315,7 @@ jobs: fi - name: Test - timeout-minutes: 25 + timeout-minutes: 30 run: | make ${SHADOWOPT} ${TEST} -- 2.47.2