Merge pull request #429 from soumyakoduri/lc_tests

lifecycle/deletemarker_expiration: Increase timer window
This commit is contained in:
Casey Bodley 2022-02-08 12:29:04 -05:00 committed by GitHub
commit 76beb672d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9915,7 +9915,7 @@ def test_lifecycle_deletemarker_expiration():
lc_interval = get_lc_debug_interval()
# Wait for first expiration (plus fudge to handle the timer window)
time.sleep(5*lc_interval)
time.sleep(7*lc_interval)
response = client.list_object_versions(Bucket=bucket_name)
init_versions = response['Versions']