git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f771e8
)
JAL-3416 (and others) increasing number of STDERR lines used for jalview.bin.CommandL...
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 26 Oct 2022 08:13:24 +0000
(09:13 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 26 Oct 2022 08:13:24 +0000
(09:13 +0100)
test/jalview/bin/CommandLineOperations.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandLineOperations.java
b/test/jalview/bin/CommandLineOperations.java
index
3bfd4f3
..
7e775d8
100644
(file)
--- 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