LUCENE-8930: increase timeout for the launched luke.

This commit is contained in:
Dawid Weiss 2022-01-20 16:51:05 +01:00
parent 4ec8f865c8
commit 08d6633d94
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.");
});