未验证 提交 d55ef82b 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #25892 from sharwell/increase-timeout

Increase the UseExportProviderAttribute cleanup timeout to 1 minute
......@@ -50,7 +50,7 @@ public sealed class UseExportProviderAttribute : BeforeAfterTestAttribute
/// to completion. If this timeout is exceeded by the asynchronous operations running after a test completes,
/// the test is failed.
/// </summary>
private static readonly TimeSpan CleanupTimeout = TimeSpan.FromSeconds(15);
private static readonly TimeSpan CleanupTimeout = TimeSpan.FromMinutes(1);
// Cache the export provider factory for RoslynServices.RemoteHostAssemblies
private static readonly Lazy<IExportProviderFactory> s_remoteHostExportProviderFactory = new Lazy<IExportProviderFactory>(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册