]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
lifecycle/deletemarker_expiration: Increase timer window 429/head
authorSoumya Koduri <skoduri@redhat.com>
Mon, 7 Feb 2022 17:54:34 +0000 (23:24 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Mon, 7 Feb 2022 17:54:34 +0000 (23:24 +0530)
Increase wait time in test_lifecycle_deletemarker_expiration(..)
to avoid any spurious failure.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
s3tests_boto3/functional/test_s3.py

index 894cb569a45b3af9120f7cb511a7285a3f7889d6..b9ae380fd12ac7746d548bec481f87fd592d03b1 100644 (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']