From: Ben Soares Date: Wed, 26 Oct 2022 08:13:24 +0000 (+0100) Subject: JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandL... X-Git-Tag: Release_2_11_2_6~8 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=04c8f7bff663aa469127e9eed4164e02933782f1;p=jalview.git JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandLineOperations tests for increased robustness --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 3bfd4f3..7e775d8 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -250,7 +250,7 @@ public class CommandLineOperations // number of lines expected on STDERR when Jalview starts up normally // may need to adjust this if Jalview is excessively noisy ? - final int STDERR_SETUPLINES = 30; + final int STDERR_SETUPLINES = 50; // thread monitors stderr - bails after SETUP_TIMEOUT or when // STDERR_SETUPLINES have been read