From 6488652b08e96ef6ca81808f5b1130d9f9d17957 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 5 Feb 2024 23:43:39 +0300 Subject: [PATCH] Reduced CI job timeouts. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8adc0760..28dda602 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,7 @@ jobs: cxxstd: "11,14,17,2a" os: macos-11 - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -515,6 +515,7 @@ jobs: addrmd: 64 os: windows-2019 + timeout-minutes: 15 runs-on: ${{matrix.os}} steps: