From 5bbcce0f6e855dc4009e2e6977c62e0520c39573 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 00:39:32 +0300 Subject: [PATCH] Reduced CI job timeouts. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689529a..b3842b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -464,7 +464,7 @@ jobs: cmake_tests: 1 os: ubuntu-20.04 - timeout-minutes: 120 + timeout-minutes: 30 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -757,7 +757,7 @@ jobs: cmake_tests: 1 os: windows-2022 - timeout-minutes: 120 + timeout-minutes: 30 runs-on: ${{matrix.os}} steps: