mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 07:14:14 +01:00
increase timeouts
This commit is contained in:
parent
4d97f7ebea
commit
c9dc0e8468
5 changed files with 12 additions and 15 deletions
|
|
@ -230,7 +230,7 @@ namespace MareSynchronos.Managers
|
|||
{
|
||||
foreach (var item in unprocessedObjects)
|
||||
{
|
||||
_dalamudUtil.WaitWhileCharacterIsDrawing("self " + item.ObjectKind.ToString(), item.Address, token);
|
||||
_dalamudUtil.WaitWhileCharacterIsDrawing("self " + item.ObjectKind.ToString(), item.Address, 10000, token);
|
||||
}
|
||||
|
||||
CharacterCacheDto? cacheDto = (await CreateFullCharacterCacheDto(token));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue