From 65e952b7ee6edb969f37e149037bd33894ecbeed Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Tue, 30 Jul 2024 17:04:07 +0300 Subject: [PATCH] CI: Set 10 minutes timeout for CI tests They can hang forever, and the default timeout is 6 hours. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d9a85c6d7..73882b6bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,7 @@ jobs: with: node-version: 20 - name: run ci tests + timeout-minutes: 10 run: | cd test npm install