>  public class GlacierClientLongLiveTest extends 
> BaseApiLiveTest<GlacierClient>{
>  
> +   private static final long PART_SIZE = 1;
> +   private static final long INITIAL_WAIT = 10800000L; //3 hours
> +   private static final long TIME_BETWEEN_POLLS = 900000L; //15 minutes

Make these self-documenting with `TimeUnit.HOURS.toMillis(3)` and 
`TimeUnit.MINUTES.toMillis(15)`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/41/files#r15262465

Reply via email to