JAL-3112 increased TEST_TIMEOUT to 9000ms - needed after inclusion discovered class...
authorJim Procter <jprocter@issues.jalview.org>
Tue, 11 Sep 2018 15:06:03 +0000 (16:06 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 11 Sep 2018 15:06:03 +0000 (16:06 +0100)
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