Skip to content

Commit bf6a035

Browse files
committed
LUCENE-8930: increase timeout to 1 minite for the launched luke (seems it occationaly takes long time on windows vm)
1 parent 7bc3a39 commit bf6a035

File tree

1 file changed

+1
-1
lines changed
  • lucene/distribution.tests/src/test/org/apache/lucene/distribution

1 file changed

+1
-1
lines changed

lucene/distribution.tests/src/test/org/apache/lucene/distribution/TestScripts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void testLukeCanBeLaunched() throws Exception {
6262
execute(
6363
launcher,
6464
0,
65-
20,
65+
60,
6666
(output) -> {
6767
Assertions.assertThat(output).contains("[Vader] Hello, Luke.");
6868
});

0 commit comments

Comments
 (0)