Skip to content

Commit

Permalink
Update packages/integration-tests/src/helper.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Petriv <[email protected]>
  • Loading branch information
pcheremu and Romsters authored Mar 6, 2024
1 parent 410e491 commit 99a8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Helper {
* with a delay between attempts (localConfig.intervalAPIretries).
* Throws an error if the action consistently fails after all retries.
*/
async retryTestAction(action) {
async runRetriableTestAction(action) {
for (let i = 0; i < localConfig.maxAPIretries; i++) {
try {
await action();
Expand Down

0 comments on commit 99a8933

Please sign in to comment.