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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]