Skip to content

Commit 44c0d8a

Browse files
authored
increase number of retries for flaky test (#11786)
1 parent 4c21550 commit 44c0d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/2022_airflow_summit/data_analytics_process_expansion_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def bq_dataset(test_bucket):
214214
print(f"Ignoring NotFound on cleanup, details: {e}")
215215

216216

217-
@backoff.on_exception(backoff.expo, AssertionError, max_tries=3)
217+
@backoff.on_exception(backoff.expo, AssertionError, max_tries=5)
218218
def test_process(test_dataproc_batch):
219219
print(test_dataproc_batch)
220220

0 commit comments

Comments
 (0)