Skip to content

Commit

Permalink
Merge pull request #31152 from vespa-engine/hmusum/increase-query-tim…
Browse files Browse the repository at this point in the history
…eout-in-test

Increase query timeout MERGEOK
  • Loading branch information
Harald Musum authored May 8, 2024
2 parents 3bc1a8c + 3e2a57c commit 64a8b69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ private static Query[] generateTestQueries(String queryString) {
Query[] queries = new Query[4]; // Increase coverage
for (int i = 0; i<queries.length; i++) {
Query query = new Query(queryString);
query.setTimeout(1000);
if (i == 0) {
} else if (i == 1) {
query.getPresentation().setSummary("summary");
Expand Down

0 comments on commit 64a8b69

Please sign in to comment.