Skip to content

Commit

Permalink
increase iceberg retries
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 committed Oct 18, 2024
1 parent 4c3cbf4 commit e4a629a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt-athena/tests/functional/adapter/test_retries_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ class TestIcebergRetriesEnabled:
@pytest.fixture(scope="class")
def dbt_profile_target(self):
profile = copy.deepcopy(base_dbt_profile)
# we set the iceberg retries to the same number of parallelism to make sure that the retries are working
profile["num_iceberg_retries"] = PARALLELISM * 2
# we set iceberg retries to a high number to ensure that the test will pass
profile["num_iceberg_retries"] = PARALLELISM * 5
return profile

@pytest.fixture(scope="class")
Expand Down

0 comments on commit e4a629a

Please sign in to comment.