@Test
    void parsesSeconds() throws Exception {
        assertThat(Duration.parse("1s"))
            .isEqualTo(Duration.seconds(1));