Skip to content

Commit 10a4c81

Browse files
authored
Remove test runner concurrency (#1482)
1 parent d516480 commit 10a4c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
tests:
2020
name: run
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 40
22+
timeout-minutes: 60
2323
strategy:
2424
fail-fast: false
2525
matrix:
2626
# If you adjust these parameters, also adjust the jrm input files on the "Merge reports" step below
27-
total: [ 5 ]
28-
index: [ 0, 1, 2, 3, 4 ]
27+
total: [ 1 ]
28+
index: [ 0 ]
2929
steps:
3030
- name: Fetch Outputs
3131
id: tflocal

0 commit comments

Comments
 (0)