From 793ba03f14e9b40b8ae236eae2bd38d03de112d9 Mon Sep 17 00:00:00 2001 From: ToppDev Date: Sat, 10 Aug 2024 11:56:05 +0900 Subject: [PATCH] Increase Timeout --- .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 c40a48cf..e6bc225f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: - name: Test working-directory: ./build run: | - ctest -C ${{matrix.build_type}} --output-on-failure --timeout 180 + ctest -C ${{matrix.build_type}} --output-on-failure --timeout 300 - name: Upload test results on failure if: failure() uses: actions/upload-artifact@v4