From 22b020011d88a0beab940e661c930d820f09df13 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 6 Aug 2025 12:38:45 +0300 Subject: [PATCH] Update EntityTest.cs --- Content.IntegrationTests/Tests/EntityTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index b2d1672766..e08773d665 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -58,7 +58,7 @@ namespace Content.IntegrationTests.Tests } }); - await server.WaitRunTicks(15); // 15 seconds, enough to trigger most update loops + await server.WaitRunTicks(15); // 15 seconds, enough to trigger most update loops //CP14 returned back to 15 ticks (operation was cancelled github issue) await server.WaitPost(() => { @@ -116,7 +116,7 @@ namespace Content.IntegrationTests.Tests entityMan.SpawnEntity(protoId, map.GridCoords); } }); - await server.WaitRunTicks(15); // 15 seconds, enough to trigger most update loops + await server.WaitRunTicks(15); // 15 seconds, enough to trigger most update loops //CP14 returned back to 15 ticks (operation was cancelled github issue) await server.WaitPost(() => { static IEnumerable<(EntityUid, TComp)> Query(IEntityManager entityMan)