mirror of https://github.com/apache/lucene.git
LUCENE-8930: increase timeout for the launched luke.
This commit is contained in:
parent
4ec8f865c8
commit
08d6633d94
|
@ -62,7 +62,7 @@ public class TestScripts extends AbstractLuceneDistributionTest {
|
|||
execute(
|
||||
launcher,
|
||||
0,
|
||||
5,
|
||||
20,
|
||||
(output) -> {
|
||||
Assertions.assertThat(output).contains("[Vader] Hello, Luke.");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue