Skip to content

Commit

Permalink
fixup! Add support for retries
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofern committed Sep 19, 2024
1 parent 2365f1e commit 9c0784b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_retry_callback_is_called(self, mock_handle, mock_sleep):
"migrate_with_timeouts",
lock_timeout_in_ms=50_000,
lock_timeout_max_retries=2,
retry_callback_path="tests.django_pg_migration_tools.management.commands.test_migrate_with_timeouts.example_callback",
retry_callback_path=f"{__name__}.example_callback",
)


Expand Down

0 comments on commit 9c0784b

Please sign in to comment.