From bfe39f27953bd6c07b03738adac75a8aaea1ac5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 3 Mar 2024 22:33:33 +0100 Subject: [PATCH] Add timeout to tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfe21e5..b588a32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -563,6 +563,7 @@ jobs: os: windows-2019 runs-on: ${{matrix.os}} + timeout-minutes: 180 steps: - uses: actions/checkout@v3