You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2023/01/09 16:49:14 UTC

[netbeans] branch master updated: add retry script to ide/options.editor tests and increase mac timeout.

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 73260473c4 add retry script to ide/options.editor tests and increase mac timeout.
     new 41067a9522 Merge pull request #5254 from mbien/ci-retry-options-editor
73260473c4 is described below

commit 73260473c45494dd684869b8fd67b35353ae9b50
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Mon Jan 9 12:14:22 2023 +0100

    add retry script to ide/options.editor tests and increase mac timeout.
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 431442ba04..a1b49bb11a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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
@@ -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' ]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists