From 46eddc0fe640350222b8c353dd66227842800509 Mon Sep 17 00:00:00 2001 From: Paul Nechifor Date: Sun, 15 Mar 2026 00:51:11 +0200 Subject: [PATCH] fix(ci): limit tests to 60 minutes max --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index da50491f54..14eaaabab9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,6 +21,7 @@ permissions: jobs: run-tests: + timeout-minutes: 60 runs-on: [self-hosted, Linux] container: image: ghcr.io/dimensionalos/${{ inputs.dev-image }}