From dacc9a9d22b711a159bd878d3c3d33b1b80a40d0 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Sun, 26 Mar 2023 12:28:02 +1300 Subject: [PATCH] Update engine and increases test time limit (#14853) --- Content.IntegrationTests/PoolManagerTestEventHandler.cs | 2 +- RobustToolbox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/PoolManagerTestEventHandler.cs b/Content.IntegrationTests/PoolManagerTestEventHandler.cs index d22189b067..1bdb1541f4 100644 --- a/Content.IntegrationTests/PoolManagerTestEventHandler.cs +++ b/Content.IntegrationTests/PoolManagerTestEventHandler.cs @@ -10,7 +10,7 @@ namespace Content.IntegrationTests; public sealed class PoolManagerTestEventHandler { // This value is completely arbitrary. - private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(15); + private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(20); private static TimeSpan HardStopTimeLimit => MaximumTotalTestingTimeLimit.Add(TimeSpan.FromMinutes(1)); [OneTimeSetUp] public void Setup() diff --git a/RobustToolbox b/RobustToolbox index 71e84d82f8..2662985ce2 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit 71e84d82f81b61158be7cf7e5bf46ee56bbca4a4 +Subproject commit 2662985ce24e1446c745055d4dd24bee87d4f458