فهرست منبع

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
         {