JAL-3949 increase command line ops test timeout
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 11 Feb 2022 18:52:17 +0000 (18:52 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 11 Feb 2022 18:52:17 +0000 (18:52 +0000)
test/jalview/bin/CommandLineOperations.java

index 2ccb5dd..d829aae 100644 (file)
@@ -54,7 +54,7 @@ public class CommandLineOperations
     JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);
   }
 
-  private static final int TEST_TIMEOUT = 10500; // Note longer timeout needed
+  private static final int TEST_TIMEOUT = 12500; // Note longer timeout needed
                                                 // on
                                                 // full test run than on
                                                 // individual tests