You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/14 21:24:45 UTC

[GitHub] jihoonson commented on a change in pull request #6158: Make time-related variables more readable

jihoonson commented on a change in pull request #6158: Make time-related variables more readable
URL: https://github.com/apache/incubator-druid/pull/6158#discussion_r210108444
 
 

 ##########
 File path: processing/src/test/java/io/druid/query/AsyncQueryRunnerTest.java
 ##########
 @@ -38,7 +38,7 @@
 public class AsyncQueryRunnerTest
 {
 
-  private static final long TEST_TIMEOUT = 60000;
+  private static final long TEST_TIMEOUT_MILLIS = 60_000;
 
 Review comment:
   `TimeUnit.SECONDS.toMillis(60);`?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org