From 43dde9b9c34adf57f60b1ffb29d072a1c7cf397e Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 6 Feb 2024 00:22:10 +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 aeabe90..9fe0c76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -292,7 +292,7 @@ jobs: cmake_tests: 1 os: ubuntu-20.04 - timeout-minutes: 60 + timeout-minutes: 20 runs-on: ${{matrix.os}} container: ${{matrix.container}}