From 3e84d5cd04e35a03ae504fa3249069c41c989fbe Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 11 Sep 2018 16:06:03 +0100 Subject: [PATCH] JAL-3112 increased TEST_TIMEOUT to 9000ms - needed after inclusion discovered class path entries --- test/jalview/bin/CommandLineOperations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.2