From b58c8c2e71447da1d3140a27213036caaf65af41 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Sat, 28 Nov 2020 14:23:26 -0800 Subject: [PATCH] Remove timeout on tests. --- .github/workflows/unittests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index b21728a1..15fc42dc 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -12,7 +12,6 @@ unittests: name: conda (${{ matrix.os }}, ${{ matrix.environment-file }}) runs-on: ${{ matrix.os }} - timeout-minutes: 35 strategy: matrix: os: ['macos-latest', 'ubuntu-latest', 'windows-latest']