From 2c2ef7d0211397da08c0ce3396289e0fe303c334 Mon Sep 17 00:00:00 2001 From: Konstantinos Date: Thu, 10 Jul 2025 19:25:53 +0200 Subject: [PATCH] ci: add custom ci timeout to detect stuck jobs earlier Signed-off-by: Konstantinos --- .github/workflows/full-run-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/full-run-test.yml b/.github/workflows/full-run-test.yml index ee6c3a0f3..776de7840 100644 --- a/.github/workflows/full-run-test.yml +++ b/.github/workflows/full-run-test.yml @@ -55,6 +55,8 @@ jobs: MYSQL_PORT: 4444 PGSQL_PORT: 4445 + timeout-minutes: 36 # max + 3*std over the last 212 successful runs + services: mysql: image: mariadb:10.5