JAL-2909 increase commandlinetests timeout
authorJim Procter <j.procter@dundee.ac.uk>
Thu, 30 Sep 2021 09:39:52 +0000 (10:39 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Thu, 30 Sep 2021 09:39:52 +0000 (10:39 +0100)
test/jalview/bin/CommandLineOperations.java

index 59fc79d..1b05773 100644 (file)
@@ -54,12 +54,12 @@ 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 = 9200; // Note longer timeout needed
                                                 // on
                                                 // full test run than on
                                                 // individual tests
 
-  private static final int SETUP_TIMEOUT = 9000;
+  private static final int SETUP_TIMEOUT = 9200;
 
   private static final int MINFILESIZE_SMALL = 2096;