mbien commented on code in PR #6688:
URL: https://github.com/apache/netbeans/pull/6688#discussion_r1390301761


##########
ide/gsf.testrunner.ui/src/org/netbeans/modules/gsf/testrunner/ui/api/TestsuiteNode.java:
##########
@@ -69,9 +70,7 @@ public class TestsuiteNode extends AbstractNode {
      * See Issue #175430
      * See Issue #188632
      */
-    static final int MAX_MSG_LINE_LENGTH = 
-          Integer.getInteger("testrunner.max.msg.line.length", //NOI18N
-                             isGTK() || isJDK8() ? 120 : Integer.MAX_VALUE);
+    static final int MAX_MSG_LINE_LENGTH = 
Integer.getInteger("testrunner.max.msg.line.length", 250);

Review Comment:
   original logic was a bit questionable. The GTK LAF check did make somewhat 
sense but the freezing x-server issue is reproducible even on FlatLAF, the JDK 
8 check is weird too and is now a no-op. I was always scared to move the mouse 
over the test window while running NB tests :)



-- 
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