You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/12 16:34:15 UTC

[GitHub] [netbeans] dbalek commented on a diff in pull request #5285: Issue #5250: Update java.mx.project to work with GraalVM 22.3.0 release.

dbalek commented on code in PR #5285:
URL: https://github.com/apache/netbeans/pull/5285#discussion_r1068345398


##########
java/java.mx.project/test/unit/src/org/netbeans/modules/java/mx/project/SuiteActionProviderTest.java:
##########
@@ -91,7 +91,7 @@ public void finished(boolean success) {
         ap.invokeAction(ActionProvider.COMMAND_BUILD, ctx);
 
         assertTrue("Progress started", progress.started);
-        progress.finished.await(45, TimeUnit.SECONDS);
+        progress.finished.await(600, TimeUnit.SECONDS);

Review Comment:
   The last time it failed with the AssertionError thrown from [SuiteActionProviderTest.java#L95](https://github.com/apache/netbeans/blob/af5a1da6f7b5c826b301d0ac422bcaec5030ea0a/java/java.mx.project/test/unit/src/org/netbeans/modules/java/mx/project/SuiteActionProviderTest.java#L95)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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

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