forked from space-syndicate/space-station-14
chore: increase integration test timeout to 40 minutes
Tests took 30m 24s, exceeding the previous 30-minute limit. Adding more buffer to prevent mid-test shutdowns. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
public sealed class PoolManagerTestEventHandler
|
||||
{
|
||||
// This value is completely arbitrary.
|
||||
private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(30);
|
||||
private static TimeSpan MaximumTotalTestingTimeLimit => TimeSpan.FromMinutes(40);
|
||||
private static TimeSpan HardStopTimeLimit => MaximumTotalTestingTimeLimit.Add(TimeSpan.FromMinutes(1));
|
||||
|
||||
[OneTimeSetUp]
|
||||
|
||||
Reference in New Issue
Block a user