Skip to content

Commit

Permalink
Merge pull request #5254 from mbien/ci-retry-options-editor
Browse files Browse the repository at this point in the history
ci: add retry script to ide/options.editor tests and increase mac timeout.
  • Loading branch information
mbien authored Jan 9, 2023
2 parents 502bae8 + 7326047 commit 41067a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ jobs:
run: ant $OPTS -f ide/o.openidex.util test

- name: ide/options.editor
run: ant $OPTS -f ide/options.editor test
run: .github/retry.sh ant $OPTS -f ide/options.editor test

# - name: ide/parsing.api
# run: ant $OPTS -f ide/parsing.api test
Expand Down Expand Up @@ -1731,7 +1731,7 @@ jobs:
name: Tests on MacOS/JDK ${{ matrix.java }}
needs: base-build
runs-on: macos-11
timeout-minutes: 60
timeout-minutes: 90
strategy:
matrix:
java: [ '11' ]
Expand Down

0 comments on commit 41067a9

Please sign in to comment.