increase timeouts

This commit is contained in:
Stanley Dimant
2022-09-14 10:41:51 +02:00
parent 4d97f7ebea
commit c9dc0e8468
5 changed files with 12 additions and 15 deletions

View File

@@ -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));