From 4d7a16b30419e4c274657d37db425310989cc464 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Wed, 2 Sep 2020 11:31:10 -0300 Subject: [PATCH] Lower timeout and added spawn_backend to name of jobs --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a40fcb6..afae0a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: push jobs: mypy: name: 'MyPy' - timeout-minutes: 20 runs-on: ubuntu-latest steps: - name: Checkout @@ -20,8 +19,8 @@ jobs: run: mypy tractor/ --ignore-missing-imports testing: - name: '${{ matrix.os }} Python ${{ matrix.python }}' - timeout-minutes: 20 + name: '${{ matrix.os }} Python ${{ matrix.python }} - ${{ matrix.spawn_backend }}' + timeout-minutes: 10 runs-on: ${{ matrix.os }} strategy: fail-fast: false