瀏覽代碼

Remove timeout.

Bart De Smet 7 年之前
父節點
當前提交
edd33696e8
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Ix.NET/Source/System.Linq.Async.Tests/System/Linq/AsyncEnumerableTests.cs

+ 0 - 2
Ix.NET/Source/System.Linq.Async.Tests/System/Linq/AsyncEnumerableTests.cs

@@ -15,8 +15,6 @@ namespace Tests
     {
         protected static readonly IAsyncEnumerable<int> Return42 = new[] { 42 }.ToAsyncEnumerable();
 
-        private const int WaitTimeoutMs = 5000;
-
         protected async Task AssertThrowsAsync<TException>(Task t)
             where TException : Exception
         {