From 1e7d8bee16a628c9423ca7c867a3915517ef4a5c Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 7 Apr 2021 18:50:18 -0700 Subject: [PATCH] ci: set a CI timeout Signed-off-by: Andrea Luzzardi --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef9475d..e6deab43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: test: name: Test runs-on: ubuntu-latest + timeout-minutes: 30 steps: - name: Check out uses: actions/checkout@v2 @@ -79,4 +80,3 @@ jobs: - name: Integration test run: | make integration -