Skip to content

Commit

Permalink
Merge pull request #7233 from SalesforceFoundation/feature/250
Browse files Browse the repository at this point in the history
250 Release
  • Loading branch information
npsp-reedestockton authored Apr 16, 2024
2 parents 5898fa5 + 0b87f25 commit 4113488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/lwc/utilCommon/utilCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ const nonePicklistOption = () => {
return createPicklistOption(commonLabelNone, commonLabelNone);
}

const asyncInterval = async (callback, milliseconds, maxNumberOfIntervals = 5) => {
const asyncInterval = async (callback, milliseconds, maxNumberOfIntervals = 20) => {
return new Promise((resolve, reject) => {
const intervalId = setInterval(async () => {
if (await callback()) {
Expand Down

0 comments on commit 4113488

Please sign in to comment.