mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 09:30:38 +00:00
Merge pull request #471 from soumyakoduri/wip-skoduri-cloud
cloud-transition: Adjust lc wait time
This commit is contained in:
commit
d89ab9d862
1 changed files with 1 additions and 1 deletions
|
@ -10261,7 +10261,7 @@ def test_lifecycle_cloud_transition():
|
||||||
lc_interval = get_lc_debug_interval()
|
lc_interval = get_lc_debug_interval()
|
||||||
|
|
||||||
# Wait for first expiration (plus fudge to handle the timer window)
|
# Wait for first expiration (plus fudge to handle the timer window)
|
||||||
time.sleep(8*lc_interval)
|
time.sleep(10*lc_interval)
|
||||||
expire1_keys = list_bucket_storage_class(client, bucket_name)
|
expire1_keys = list_bucket_storage_class(client, bucket_name)
|
||||||
eq(len(expire1_keys['STANDARD']), 2)
|
eq(len(expire1_keys['STANDARD']), 2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue