Skip to content

Commit

Permalink
Increase retry count for blocking on async actions
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Nov 30, 2023
1 parent db1fd1c commit 3390bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public interface AtlanAsyncMutator {

/** Maximum number of times to retry for async operations. */
int MAX_ASYNC_RETRIES = 20;
int MAX_ASYNC_RETRIES = 30;

/**
* Block until the mutating operation is confirmed to be completed.
Expand Down

0 comments on commit 3390bac

Please sign in to comment.