Skip to content

Commit

Permalink
Update PoolManagerTestEventHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril authored Feb 16, 2025
1 parent 2498ac2 commit 39a5704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/PoolManagerTestEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public sealed class PoolManagerTestEventHandler
{
// This value is completely arbitrary.
private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(20);
private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(35);
private static TimeSpan HardStopTimeLimit => MaximumTotalTestingTimeLimit.Add(TimeSpan.FromMinutes(1));

[OneTimeSetUp]
Expand Down

0 comments on commit 39a5704

Please sign in to comment.