Commit ab0a04c 1 parent 3125b94 commit ab0a04c Copy full SHA for ab0a04c
File tree 1 file changed +4
-0
lines changed
server/src/internalClusterTest/java/org/opensearch/search/fetch/subphase/highlight
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 32
32
package org .opensearch .search .fetch .subphase .highlight ;
33
33
34
34
import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
35
+ import com .carrotsearch .randomizedtesting .annotations .TimeoutSuite ;
35
36
import com .carrotsearch .randomizedtesting .generators .RandomPicks ;
36
37
37
38
import org .apache .lucene .analysis .Analyzer ;
41
42
import org .apache .lucene .search .join .ScoreMode ;
42
43
import org .apache .lucene .tests .analysis .MockAnalyzer ;
43
44
import org .apache .lucene .tests .analysis .MockTokenizer ;
45
+ import org .apache .lucene .tests .util .TimeUnits ;
44
46
import org .opensearch .action .index .IndexRequestBuilder ;
45
47
import org .opensearch .action .search .SearchRequestBuilder ;
46
48
import org .opensearch .action .search .SearchResponse ;
127
129
import static org .hamcrest .Matchers .not ;
128
130
import static org .hamcrest .Matchers .startsWith ;
129
131
132
+ // Higher timeout to accommodate large number of tests in this class. See https://github.com/opensearch-project/OpenSearch/issues/12119
133
+ @ TimeoutSuite (millis = 35 * TimeUnits .MINUTE )
130
134
public class HighlighterSearchIT extends ParameterizedStaticSettingsOpenSearchIntegTestCase {
131
135
132
136
// TODO as we move analyzers out of the core we need to move some of these into HighlighterWithAnalyzersTests
You can’t perform that action at this time.
0 commit comments