LUCENE-8930: increase timeout for the launched luke.

This commit is contained in:
Dawid Weiss 2022-01-20 16:51:05 +01:00
parent 5f1bcc6481
commit 77ee2a7c3c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class TestScripts extends AbstractLuceneDistributionTest {
execute(
launcher,
0,
5,
20,
(output) -> {
Assertions.assertThat(output).contains("[Vader] Hello, Luke.");
});