Skip to content

Commit

Permalink
remove lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro committed Jun 12, 2024
1 parent fe0cf87 commit 6df22f8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ public static void beforeClass() {

@AfterClass
public static void afterClass() throws ExecutionException, InterruptedException {
System.out.println("In Afterclass");
if (storage != null) {
long cleanTime = System.currentTimeMillis() - TimeUnit.DAYS.toMillis(2);
long cleanTimeout = System.currentTimeMillis() - TimeUnit.MINUTES.toMillis(1);
boolean wasDeleted = RemoteStorageHelper.forceDelete(storage, BUCKET, 1, TimeUnit.MINUTES);
if (!wasDeleted && log.isLoggable(Level.WARNING)) {
System.out.printf( "Deletion of bucket %s timed out, bucket is not empty", BUCKET);
Expand Down

0 comments on commit 6df22f8

Please sign in to comment.