LUCENE-8930: increase timeout to 1 minite for the launched luke (seems it occationaly takes long time on windows vm)

This commit is contained in:
Tomoko Uchida 2022-01-25 22:56:11 +09:00
parent 0aa526d256
commit fd817b6fb1
1 changed files with 1 additions and 1 deletions

View File

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