@Test
    void parsesMilliseconds() throws Exception {
        assertThat(Duration.parse("1ms"))
            .isEqualTo(Duration.milliseconds(1));