You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/07/21 00:28:59 UTC

[GitHub] [maven-surefire] Tibor17 edited a comment on pull request #308: [SUREFIRE-1827] The console output is not flushed

Tibor17 edited a comment on pull request #308:
URL: https://github.com/apache/maven-surefire/pull/308#issuecomment-661486443


   @rmannibucau 
   I have added two unit tests. But the important thing is the manual test i made. I have expected that you would like to make the same test on your PC. So i changed my commit to 100 millis from previous 200 millis because 100 millis makes the visual effect smooth. So i do not see the business value of config paramter. I would not bother the user with more and more config params because anyway they will be lost. Better if it just works with ideally no new config params. This was my test:
   
   ```
           for ( int i = 0; i < 100; i++ )
           {
               System.out.println( "01234567890123456789012345678901234567890123456789" );
               Thread.sleep(10);
           }
   ```


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

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