From 667863daf04356430e55e86066362971e7b9c435 Mon Sep 17 00:00:00 2001 From: RAX7 Date: Fri, 9 Sep 2022 21:56:13 +0700 Subject: [PATCH] chore: add timeout to github test action (#345) --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 95d50d1c..00cf4f8b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -67,6 +67,8 @@ jobs: runs-on: ${{ matrix.os }} + timeout-minutes: 10 + steps: - name: Setup Git if: matrix.os == 'windows-latest'