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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to