Skip to content

Commit 821b26a

Browse files
committed
chore: give copy a bit more time to finish.
1 parent 77b075e commit 821b26a

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/kotlin/com/adobe/testing/s3mock/its

1 file changed

+2
-2
lines changed

integration-tests/src/test/kotlin/com/adobe/testing/s3mock/its/CopyObjectIT.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2025 Adobe.
2+
* Copyright 2017-2026 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -402,7 +402,7 @@ internal class CopyObjectIT : S3TestBase() {
402402

403403
// we waited for 5 seconds above, so last modified dates should be about 5 seconds apart
404404
val between = Duration.between(sourceLastModified, response.lastModified())
405-
assertThat(between).isCloseTo(Duration.of(5, SECONDS), Duration.of(1, SECONDS))
405+
assertThat(between).isCloseTo(Duration.of(5, SECONDS), Duration.of(5, SECONDS))
406406
}
407407
}
408408

0 commit comments

Comments
 (0)