From 21d6434320cb47dc04dc825694505b594d63e182 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 01:14:29 +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 9cc6e0c..e4a76a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -286,7 +286,7 @@ jobs: cxxstd: "11,14,17,2a" os: macos-11 - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ${{matrix.os}} container: ${{matrix.container}}