mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Modify Delete method (#6840)
This commit is contained in:
parent
2d257ea092
commit
c0a3f9d99d
@ -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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user