We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5dd173 + 87798fa commit 6c6c3d4Copy full SHA for 6c6c3d4
lib/datapacktypes/vlocitycard.js
@@ -118,7 +118,7 @@ VlocityCard.prototype.onDeployFinish = async function(jobInfo) {
118
}
119
120
if (tries == maxNumOfTries) {
121
- errorMessage = 'Activation took longer than ' + minutesToWait + ' minutes - Aborted';
+ errorMessage = 'Activation took longer than ' + jobInfo.defaultMinToWaitForLWCFlexCards + ' minutes - Aborted';
122
123
124
if (jsonError) {
0 commit comments