From: Ben Soares Date: Wed, 29 Jan 2020 16:20:24 +0000 (+0000) Subject: JAL-3341 Increase number of lines looked at by test. Fixes two tests X-Git-Tag: Release_2_11_1_1~30 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=486cc09c14a6eba1bac70c4e5a85d5dac2ee0cba;p=jalview.git JAL-3341 Increase number of lines looked at by test. Fixes two tests --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 9d8a993..59fc79d 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -253,7 +253,7 @@ public class CommandLineOperations { System.out.println(ln); successfulCMDs.add(ln); - if (++count > 5) + if (++count > 25) { break; }