cgivre commented on a change in pull request #2293:
URL: https://github.com/apache/drill/pull/2293#discussion_r688532388



##########
File path: 
contrib/storage-http/src/test/java/org/apache/drill/exec/store/http/TestHttpPlugin.java
##########
@@ -585,7 +585,7 @@ public void testSlowResponse() throws Exception {
       server.enqueue(
         new MockResponse().setResponseCode(200)
           .setBody(TEST_JSON_RESPONSE)
-          .throttleBody(64, 4, TimeUnit.SECONDS)

Review comment:
       @vdiravka, I was just making a suggestion there.  Feel free to modify 
whatever you need to in order to get the CI to work consistently.  I also do 
concur with @dzamo that we should increase the timeout from 100m if we can 
because it seems like tests will randomly timeout.  




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to