This is an automated email from the ASF dual-hosted git repository.

jasonliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 56517d7ebeb Increase retry interval and maximum retries for remote 
logging tests (#60629)
56517d7ebeb is described below

commit 56517d7ebeb16630b41e63a8617b747a52bb4296
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Fri Jan 16 18:00:34 2026 +0800

    Increase retry interval and maximum retries for remote logging tests 
(#60629)
---
 .../tests/airflow_e2e_tests/remote_log_tests/test_remote_logging.py   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/airflow-e2e-tests/tests/airflow_e2e_tests/remote_log_tests/test_remote_logging.py
 
b/airflow-e2e-tests/tests/airflow_e2e_tests/remote_log_tests/test_remote_logging.py
index 25feb196e6c..52f19c5a1f5 100644
--- 
a/airflow-e2e-tests/tests/airflow_e2e_tests/remote_log_tests/test_remote_logging.py
+++ 
b/airflow-e2e-tests/tests/airflow_e2e_tests/remote_log_tests/test_remote_logging.py
@@ -29,8 +29,8 @@ class TestRemoteLogging:
     airflow_client = AirflowClient()
     dag_id = "example_xcom_test"
     task_count = 6
-    retry_interval_in_seconds = 1
-    max_retries = 5
+    retry_interval_in_seconds = 5
+    max_retries = 12
 
     def test_dag_unpause(self):
         self.airflow_client.un_pause_dag(

Reply via email to