We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939347d commit 6508565Copy full SHA for 6508565
src/tools/testmanagement-utils/poll-lca-status.ts
@@ -133,12 +133,13 @@ export async function pollLCAStatus(
133
Math.floor((elapsedTime / maxWaitTimeMs) * 90) + 10,
134
);
135
136
+
137
await context.sendNotification({
138
method: "notifications/progress",
139
params: {
140
progressToken:
141
context._meta?.progressToken ?? `lca-${testCaseId}`,
- message: `LCA build status: ${lcncBuildMap.status}, continuing to poll...`,
142
+ message: `Low Code Automation build is still in progress...`,
143
progress: progressPercentage,
144
total: 100,
145
},
0 commit comments