JAL-2309 Made test timeout slightly longer bug/JAL-2309
authorkiramt <k.mourao@dundee.ac.uk>
Tue, 8 Nov 2016 14:18:48 +0000 (14:18 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Tue, 8 Nov 2016 14:18:48 +0000 (14:18 +0000)
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;