From 486cc09c14a6eba1bac70c4e5a85d5dac2ee0cba Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 29 Jan 2020 16:20:24 +0000 Subject: [PATCH] JAL-3341 Increase number of lines looked at by test. Fixes two tests --- test/jalview/bin/CommandLineOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.7.10.2