2 references to TestTimeout
Microsoft.AspNetCore.WebSockets.ConformanceTests (2)
AutobahnTests.cs (2)
53
cts.CancelAfter(
TestTimeout
); // These tests generally complete in just over 1 minute.
55
using (cts.Token.Register(() => logger.LogError("Test run is taking longer than maximum duration of {timeoutMinutes:0.00} minutes. Aborting...",
TestTimeout
.TotalMinutes)))