From 062f5dd52b9459f84d74fa9fe830f54f018b795a Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Wed, 3 Aug 2022 16:28:15 +0800 Subject: [PATCH] chore(ci): add job timeout of github CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ba130b74..12b737dbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,7 @@ on: [ push, pull_request ] jobs: test: runs-on: ${{ matrix.os }} + timeout-minutes: 10 strategy: matrix: os: [ ubuntu-latest, windows-latest ]