Modify Delete method (#6840)

This commit is contained in:
swethamani
2021-03-23 11:15:06 +00:00
committed by GitHub
parent 2d257ea092
commit c0a3f9d99d

View File

@@ -63,7 +63,7 @@ export class Descriptor {
Logger.error(`[Descriptor] Delete descriptor ${name} failed with error: ${error.message}`);
}
};
return ApiUtil.waitForApi(apiCall, isDescriptorDeleted, 10, 3000);
return ApiUtil.waitForApi(apiCall, isDescriptorDeleted, 10, 15000);
}
async get(name: string): Promise<any> {