Skip to content

Commit 77ee2a7

Browse files
committed
LUCENE-8930: increase timeout for the launched luke.
1 parent 5f1bcc6 commit 77ee2a7

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-
5,
65+
20,
6666
(output) -> {
6767
Assertions.assertThat(output).contains("[Vader] Hello, Luke.");
6868
});

0 commit comments

Comments
 (0)