From 10a4c81c7b8985d1d714e13de1d082bf879ae654 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera Date: Mon, 30 Sep 2024 19:18:32 -0400 Subject: [PATCH] Remove test runner concurrency (#1482) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03d55e3fd..886696aa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: tests: name: run runs-on: ubuntu-latest - timeout-minutes: 40 + timeout-minutes: 60 strategy: fail-fast: false matrix: # If you adjust these parameters, also adjust the jrm input files on the "Merge reports" step below - total: [ 5 ] - index: [ 0, 1, 2, 3, 4 ] + total: [ 1 ] + index: [ 0 ] steps: - name: Fetch Outputs id: tflocal