mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 11:51:06 +00:00
Merge pull request #429 from soumyakoduri/lc_tests
lifecycle/deletemarker_expiration: Increase timer window
This commit is contained in:
commit
76beb672d1
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue