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