From: Jim Procter Date: Wed, 26 Jan 2022 23:41:08 +0000 (+0000) Subject: JAL-3763 (for whatever reason) need to increase timeout for command line ops to 10... X-Git-Tag: Release_2_11_2_0~14^2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=f2bb3db094696bb382ecb8d08913c1b5dc293b53 JAL-3763 (for whatever reason) need to increase timeout for command line ops to 10.5s (OSX Monterey, MBP late 2018) --- 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