JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandL...
[jalview.git] / 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