lifecycle/deletemarker_expiration: Increase timer window

Increase wait time in test_lifecycle_deletemarker_expiration(..)
to avoid any spurious failure.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
(cherry picked from commit cb830ebae1)
This commit is contained in:
Soumya Koduri 2022-02-07 23:24:34 +05:30 committed by Ali Maredia
parent eb1717ff17
commit e445fe983f

View file

@ -9671,7 +9671,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']