Skip to content

Commit

Permalink
TO-DROP: test time out handling
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 3, 2023
1 parent 2da91d2 commit d2c4fae
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,6 @@ jobs:
n:
- nr: 1
run: 7072653564
- nr: 2
run: 7072653731
- nr: 3
run: 7072653988
- nr: 4
run: 7072654240
- nr: 5
run: 7072654509
- nr: 6
run: 7072654736
- nr: 7
run: 7072654943
- nr: 8
run: 7072654990
- nr: 9
run: 7072655045
- nr: 10
run: 7072655115
concurrency:
group: windows-test-${{ matrix.n.nr }}-${{ github.ref }}
steps:
Expand Down Expand Up @@ -85,7 +67,7 @@ jobs:
- name: test
id: test
shell: bash
timeout-minutes: 12
timeout-minutes: 2
run: . /etc/profile && ci/run-test-slice.sh 0 1
- name: handle timed-out tests
if: steps.test.outcome == "failure" && env.FAILED_TEST_ARTIFACTS == ""
Expand Down

0 comments on commit d2c4fae

Please sign in to comment.