From 2e2f2ac82eafff84cfbc9c930145ba9db2a2f041 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 31 Oct 2023 08:40:05 +0000 Subject: [PATCH] Revert timing and test selection hacks that should not be needed any more --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f0f8f5a3ab..0ab74f52a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] runs-on: ubuntu-20.04 - timeout-minutes: 360 + timeout-minutes: 60 steps: - uses: actions/checkout@master @@ -38,10 +38,9 @@ jobs: make deps make clean_coverage - - name: make radical_local_test - timeout-minutes: 10 + - name: make test run: | - make radical_local_test + make test - name: Documentation checks run: |