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