JAL-2309 Made test timeout slightly longer
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index 2163a7a..c79a043 100644 (file)
@@ -34,7 +34,9 @@ import org.testng.annotations.Test;
 
 public class CommandLineOperations
 {
-  private static final int TEST_TIMEOUT = 4000;
+  private static final int TEST_TIMEOUT = 4500; // Note longer timeout needed on
+                                                // full test run than on
+                                                // individual tests
 
   private static final int SETUP_TIMEOUT = 9000;