From b077925d7759da7b414e11c04f25e4319d981c0b Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 01:55:42 +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 94542ad..bede815 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -320,7 +320,7 @@ jobs: cxxstd: "03,11,14,17,20,2b" os: macos-13 - timeout-minutes: 120 + timeout-minutes: 45 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -559,7 +559,7 @@ jobs: os: windows-2019 runs-on: ${{matrix.os}} - timeout-minutes: 120 + timeout-minutes: 45 steps: - name: Setup Boost