From 26c347560cd704b9df19fc7f35c8beb46a9c101f Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 5 Feb 2024 23:56:53 +0300 Subject: [PATCH] Reduced CI job timeouts. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad4e58c..d0a269d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: cxxstd: "11,14,17,2a" os: macos-11 - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ${{matrix.os}} container: ${{matrix.container}}