amrishlal commented on a change in pull request #6878: URL: https://github.com/apache/incubator-pinot/pull/6878#discussion_r628354108
########## File path: pinot-core/src/test/java/org/apache/pinot/core/transport/QueryRoutingTest.java ########## @@ -211,7 +211,7 @@ public void testServerDown() assertEquals(serverResponse.getResponseSize(), 0); assertEquals(serverResponse.getDeserializationTimeMs(), 0); // Query should early terminate - assertTrue(System.currentTimeMillis() - startTimeMs < 1000); + assertTrue(System.currentTimeMillis() - startTimeMs < 1010); Review comment: Will put it in a separate PR. Test case fails every once a while because it needs a little extra time over 1000 ms timeout to validate the timeout. Flakyness may be due to a bug. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org