mirror of https://github.com/apache/lucene.git
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:
parent
0aa526d256
commit
fd817b6fb1
|
@ -62,7 +62,7 @@ public class TestScripts extends AbstractLuceneDistributionTest {
|
|||
execute(
|
||||
launcher,
|
||||
0,
|
||||
20,
|
||||
60,
|
||||
(output) -> {
|
||||
Assertions.assertThat(output).contains("[Vader] Hello, Luke.");
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue