JAL-3763 (for whatever reason) need to increase timeout for command line ops to 10...
authorJim Procter <j.procter@dundee.ac.uk>
Wed, 26 Jan 2022 23:41:08 +0000 (23:41 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Wed, 26 Jan 2022 23:41:08 +0000 (23:41 +0000)
test/jalview/bin/CommandLineOperations.java

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