]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
RGW | bucket notification: adding more sleeping time to prevent test from failing 53419/head
authorAli Masarwa <ali.saed.masarwa@gmail.com>
Tue, 12 Sep 2023 10:31:31 +0000 (13:31 +0300)
committerAli Masarwa <ali.saed.masarwa@gmail.com>
Tue, 12 Sep 2023 10:31:31 +0000 (13:31 +0300)
Signed-off-by: Ali Masarwa <ali.saed.masarwa@gmail.com>
src/test/rgw/bucket_notification/test_bn.py

index d7e46a914aad07a726d6da5d788251bc5d161238..ffb8e488bbff03aca99e2b5a0d0865df1159eb75 100644 (file)
@@ -3262,8 +3262,8 @@ def test_ps_s3_persistent_topic_configs_ttl():
 @attr('basic_test')
 def test_ps_s3_persistent_topic_configs_max_retries():
     """ test persistent topic configurations with max_retries and retry_sleep_duration """
-    config_dict = {"time_to_live": "None", "max_retries": 30, "retry_sleep_duration": 1}
-    buffer = 10
+    config_dict = {"time_to_live": "None", "max_retries": 20, "retry_sleep_duration": 1}
+    buffer = 20
     persistency_time = config_dict["max_retries"]*config_dict["retry_sleep_duration"] + buffer
 
     ps_s3_persistent_topic_configs(persistency_time, config_dict)