X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fbin%2FCommandLineOperations.java;h=a539f78cdf891448a2687ba58f6c99ce7752e450;hb=f2bb3db094696bb382ecb8d08913c1b5dc293b53;hp=6454899b351aef45a749fa942c669c4084a1cd6e;hpb=08c2d5fcdc3fbd94c1f8c7fcfbc8d17b58a049b0;p=jalview.git diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 6454899..a539f78 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -54,7 +54,7 @@ public class CommandLineOperations JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION); } - private static final int TEST_TIMEOUT = 9000; // Note longer timeout needed + private static final int TEST_TIMEOUT = 10500; // Note longer timeout needed // on // full test run than on // individual tests @@ -210,7 +210,6 @@ public class CommandLineOperations Path currentRelativePath = Paths.get(""); String s = currentRelativePath.toAbsolutePath().toString(); System.out.println("Test CWD is " + s); - System.err.println("Test CWD is " + s); } catch (Exception q) { q.printStackTrace(); @@ -254,7 +253,7 @@ public class CommandLineOperations { System.out.println(ln); successfulCMDs.add(ln); - if (++count > 5) + if (++count > 25) { break; }