JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandL...
authorBen Soares <b.soares@dundee.ac.uk>
Wed, 26 Oct 2022 08:13:24 +0000 (09:13 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Wed, 26 Oct 2022 08:13:24 +0000 (09:13 +0100)
test/jalview/bin/CommandLineOperations.java

index 3bfd4f3..7e775d8 100644 (file)
@@ -250,7 +250,7 @@ public class CommandLineOperations
 
     // number of lines expected on STDERR when Jalview starts up normally
     // may need to adjust this if Jalview is excessively noisy ?
-    final int STDERR_SETUPLINES = 30;
+    final int STDERR_SETUPLINES = 50;
 
     // thread monitors stderr - bails after SETUP_TIMEOUT or when
     // STDERR_SETUPLINES have been read