Skip to content

Commit

Permalink
#221 fix S3SystemStorageServiceIT
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Oct 7, 2024
1 parent 8e158cf commit 80adee4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private void createFileWithMessage() {
@AfterEach
@SneakyThrows
void cleanup() {
Thread.sleep(1000);
log.info("Executing cleanup");
if (null != minio) {
removeObjectFromS3(s3, bucketName, "");
Expand Down

0 comments on commit 80adee4

Please sign in to comment.