From 78102a14cac145d19d7ef7b40a989654e18fe0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Tue, 12 Dec 2023 12:37:22 +0100 Subject: [PATCH] test timeout --- .github/workflows/vcpkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vcpkg.yml b/.github/workflows/vcpkg.yml index df6649c6..9e4554cc 100644 --- a/.github/workflows/vcpkg.yml +++ b/.github/workflows/vcpkg.yml @@ -28,5 +28,5 @@ jobs: run: cmake --build build --config Release - name: Test SFCGAL - run: ctest -VV --output-on-failure --test-dir build + run: ctest -VV --output-on-failure --test-dir build --timeout 150000000