Update engine and increases test time limit (#14853)

This commit is contained in:
Leon Friedrich 2023-03-26 12:28:02 +13:00 committed by GitHub
parent 3cd30c408b
commit dacc9a9d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

@ -1 +1 @@
Subproject commit 71e84d82f81b61158be7cf7e5bf46ee56bbca4a4
Subproject commit 2662985ce24e1446c745055d4dd24bee87d4f458