JAL-3112 increased TEST_TIMEOUT to 9000ms - needed after inclusion discovered class...
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index b81facf..3ac8656 100644 (file)
@@ -48,7 +48,7 @@ public class CommandLineOperations
     JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);
   }
 
-  private static final int TEST_TIMEOUT = 4500; // Note longer timeout needed on
+  private static final int TEST_TIMEOUT = 9000; // Note longer timeout needed on
                                                 // full test run than on
                                                 // individual tests