JAL-3763 (for whatever reason) need to increase timeout for command line ops to 10...
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index 6454899..a539f78 100644 (file)
@@ -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;
       }