From: Jim Procter Date: Tue, 11 Sep 2018 15:06:03 +0000 (+0100) Subject: JAL-3112 increased TEST_TIMEOUT to 9000ms - needed after inclusion discovered class... X-Git-Tag: Release_2_11_1_0~107^2^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=3e84d5cd04e35a03ae504fa3249069c41c989fbe JAL-3112 increased TEST_TIMEOUT to 9000ms - needed after inclusion discovered class path entries --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index b81facf..3ac8656 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -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