From 3f03bbbd49586333a6ad172d200325d47b9e31bc Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 1 Nov 2022 19:01:09 +0100 Subject: [PATCH] windows ci timed out --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5fca518..01471fa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -137,7 +137,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 4 windows: - timeout-minutes: 10 + timeout-minutes: 15 # TODO: caching runs-on: windows-latest