From bc4c0df3150cbd1b24eb602b460160809a07f6e1 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Wed, 9 Aug 2023 16:47:03 +0200 Subject: [PATCH] Update multi-compiler timeout --- .github/workflows/multi-compiler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-compiler.yml b/.github/workflows/multi-compiler.yml index 60feb3b41..3099139c9 100644 --- a/.github/workflows/multi-compiler.yml +++ b/.github/workflows/multi-compiler.yml @@ -26,7 +26,7 @@ jobs: CXX: clang++-14 runs-on: ubuntu-latest # This should be a safe limit for the tests to run. - timeout-minutes: 2 + timeout-minutes: 4 steps: - uses: actions/checkout@v3 - name: Build