npawar commented on a change in pull request #4813: Increase timeout for flaky 
test
URL: https://github.com/apache/incubator-pinot/pull/4813#discussion_r345465422
 
 

 ##########
 File path: 
pinot-core/src/test/java/org/apache/pinot/queries/BaseQueriesTest.java
 ##########
 @@ -97,12 +98,12 @@ protected BrokerResponseNative 
getBrokerResponseForQuery(String query, PlanMaker
    * @return broker response.
    */
   private BrokerResponseNative getBrokerResponseForQuery(String query, 
PlanMaker planMaker,
-      Map<String, String> queryOptions) {
+      Map<String, String> queryOptions, long timeout) {
     BrokerRequest brokerRequest = COMPILER.compileToBrokerRequest(query);
     brokerRequest.setQueryOptions(queryOptions);
 
     // Server side.
-    Plan plan = planMaker.makeInterSegmentPlan(getSegmentDataManagers(), 
brokerRequest, EXECUTOR_SERVICE, 10_000);
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to