From a0c5ebf58f5ccfeddb4886710a511e1821e7a662 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 5 Feb 2024 23:58:59 +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 73ada13..814cc01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,7 +284,7 @@ jobs: cmake_tests: 1 os: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ${{matrix.os}} container: ${{matrix.container}} @@ -541,7 +541,7 @@ jobs: addrmd: 64 os: windows-2019 - timeout-minutes: 60 + timeout-minutes: 15 runs-on: ${{matrix.os}} steps: