JAL-3341 Increase number of lines looked at by test. Fixes two tests
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index 9d8a993..59fc79d 100644 (file)
@@ -253,7 +253,7 @@ public class CommandLineOperations
     {
       System.out.println(ln);
       successfulCMDs.add(ln);
-      if (++count > 5)
+      if (++count > 25)
       {
         break;
       }