Skip to content

Commit 74d4abf

Browse files
authored
Increase test timeout for CoordinatorTests testAllSearchesExecuted
1 parent 5eae4f0 commit 74d4abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/enrich/src/test/java/org/elasticsearch/xpack/enrich/action/CoordinatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public void testAllSearchesExecuted() throws Exception {
378378
});
379379
}
380380

381-
assertTrue(completionCountdown.await(10L, TimeUnit.SECONDS));
381+
assertTrue(completionCountdown.await(20L, TimeUnit.SECONDS));
382382
assertThat(coordinator.queue, empty());
383383

384384
assertBusy(() -> assertThat(coordinator.getRemoteRequestsCurrent(), equalTo(0)));

0 commit comments

Comments
 (0)