Skip to content

Commit

Permalink
chore: increase num_iceberg retries (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored Jun 27, 2024
1 parent ab93867 commit 576b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/test_retries_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class TestIcebergRetriesEnabled:
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
profile["num_iceberg_retries"] = PARALLELISM * 2
return profile

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

0 comments on commit 576b0ea

Please sign in to comment.