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

index 59fc79d..4cc2d4b 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 = 10000; // Note longer timeout needed
                                                 // on
                                                 // full test run than on
                                                 // individual tests