Skip to content

Commit

Permalink
Revert change of MsqTestQueryHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-Jain committed Nov 20, 2024
1 parent 4daeb03 commit 0286898
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public TaskState pollTaskIdForCompletion(String taskId) throws Exception
throw new TaskStillRunningException();
},
(Throwable t) -> t instanceof TaskStillRunningException,
99,
100
);
}
Expand Down

0 comments on commit 0286898

Please sign in to comment.