From 04c8f7bff663aa469127e9eed4164e02933782f1 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Wed, 26 Oct 2022 09:13:24 +0100 Subject: [PATCH] JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandLineOperations tests for increased robustness --- 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 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 -- 1.7.10.2