Skip to content

Commit

Permalink
Bump timeout for flaky test (#684)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Burkholder <[email protected]>
  • Loading branch information
bryanlb and bryanlb authored Sep 22, 2023
1 parent a1c4146 commit 52db7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public void testLargeSetOfQueries() throws Exception {
Resources.getResource("elasticsearchApi/multisearch_query_10results.ndjson"),
Charset.defaultCharset());
KaldbLocalQueryService<LogMessage> slowSearcher =
spy(new KaldbLocalQueryService<>(chunkManagerUtil.chunkManager, Duration.ofSeconds(3)));
spy(new KaldbLocalQueryService<>(chunkManagerUtil.chunkManager, Duration.ofSeconds(5)));

// warmup to load OpenSearch plugins
ElasticsearchApiService slowElasticsearchApiService = new ElasticsearchApiService(slowSearcher);
Expand Down

0 comments on commit 52db7e4

Please sign in to comment.