From ae1f1106fe65d9ebd65687b01ea7b9783c7b4ba0 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 5 Aug 2020 12:55:52 +0200 Subject: [PATCH] ci: set a 10 minute timeout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41385600..e50d9558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: #- windows-latest # FIXME: Reenable macOS, Windows, and nightly once binfmt is open-sourced. runs-on: ${{ matrix.os }} + timeout-minutes: 10 steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1