From 42b67ce994a8487f3b4ee86655b9b1c07a9714ef Mon Sep 17 00:00:00 2001 From: "Chris. Webster" Date: Mon, 27 Feb 2023 20:17:40 -0800 Subject: [PATCH] ci: set test workflow timeout to 10 minutes (#2720) Co-authored-by: Matt Travi --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c2ff420..d8b0ccee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: - 19 runs-on: ubuntu-latest + timeout-minutes: 10 steps: - uses: actions/checkout@v3