JAL-3341 Increase number of lines looked at by test. Fixes two tests
authorBen Soares <bsoares@dundee.ac.uk>
Wed, 29 Jan 2020 16:20:24 +0000 (16:20 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Wed, 29 Jan 2020 16:20:24 +0000 (16:20 +0000)
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;
       }