Explorar el Código

Increase the likelihood to run into the timeout

Peter Wehrfritz hace 7 años
padre
commit
387b5bbcd2

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

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