From 45e7e1a91a138c9a4fb9cffcc7e6768235401ccf Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 05:11:50 +0300 Subject: [PATCH] Reduced CMake-related job timeouts. --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 579a481..d87235e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -616,7 +616,7 @@ jobs: - os: macos-13 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 10 steps: - name: Install packages @@ -681,7 +681,7 @@ jobs: - os: macos-13 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 10 steps: - name: Install packages @@ -756,7 +756,7 @@ jobs: - os: macos-13 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 20 steps: - name: Install packages @@ -828,7 +828,7 @@ jobs: - os: windows-2022 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 10 steps: - name: Setup Boost @@ -890,7 +890,7 @@ jobs: - os: windows-2022 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 10 steps: - name: Setup Boost @@ -970,7 +970,7 @@ jobs: - os: windows-2022 runs-on: ${{matrix.os}} - timeout-minutes: 45 + timeout-minutes: 20 steps: - name: Setup Boost