浏览代码

Increase the likelihood to run into the timeout

Peter Wehrfritz 7 年之前
父节点
当前提交
387b5bbcd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rx.NET/Source/tests/Tests.System.Reactive/Tests/Concurrency/VirtualSchedulerTest.cs

+ 1 - 1
Rx.NET/Source/tests/Tests.System.Reactive/Tests/Concurrency/VirtualSchedulerTest.cs

@@ -167,7 +167,7 @@ namespace ReactiveTests.Tests
                     }
 
                     var d = default(IDisposable);
-                    while (watch.Elapsed < TimeSpan.FromSeconds(11))
+                    while (watch.Elapsed < TimeSpan.FromSeconds(100))
                     {
                         d = Volatile.Read(ref disposable);
                         scheduler.AdvanceBy(50);