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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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> {