1 write to PublishTimeout
Microsoft.AspNetCore.Hosting.FunctionalTests (1)
LinkedApplicationTests.cs (1)
35
PublishTimeout
= TimeSpan.FromMinutes(10), // Machines are slow (these tests restore)
1 reference to PublishTimeout
Microsoft.AspNetCore.Server.IntegrationTesting (1)
ApplicationPublisher.cs (1)
78
var timeout = deploymentParameters.
PublishTimeout
?? TimeSpan.FromMinutes(5);