From f2bb3db094696bb382ecb8d08913c1b5dc293b53 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 26 Jan 2022 23:41:08 +0000 Subject: [PATCH] JAL-3763 (for whatever reason) need to increase timeout for command line ops to 10.5s (OSX Monterey, MBP late 2018) --- 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 4cc2d4b..a539f78 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -54,7 +54,7 @@ public class CommandLineOperations JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION); } - private static final int TEST_TIMEOUT = 10000; // Note longer timeout needed + private static final int TEST_TIMEOUT = 10500; // Note longer timeout needed // on // full test run than on // individual tests -- 1.7.10.2