Skip to content

Commit

Permalink
increase timeout for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
apaduraru committed Jan 12, 2022
1 parent 601e7fa commit 15bbe1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public void disableTableWhichWasDropped() throws SQLException {
amazonS3.putObject(BUCKET, PARTITIONED_TABLE_OBJECT_KEY, TABLE_DATA);
insertExpiredMetadata(PARTITIONED_TABLE_PATH, null);
await()
.atMost(60, TimeUnit.SECONDS)
.atMost(5, TimeUnit.MINUTES)
.until(() -> getExpiredMetadata().get(0).getHousekeepingStatus() == DISABLED);

assertThat(amazonS3.doesObjectExist(BUCKET, PARTITIONED_TABLE_OBJECT_KEY)).isTrue();
Expand Down

0 comments on commit 15bbe1c

Please sign in to comment.