We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d99f commit cbf1373Copy full SHA for cbf1373
rd-net/Test.RdFramework/RdFrameworkTestBase.cs
@@ -89,7 +89,7 @@ public override void TearDown()
89
int barrier = 0;
90
ServerProtocol.Scheduler.InvokeOrQueue(() => Interlocked.Increment(ref barrier));
91
ClientProtocol.Scheduler.InvokeOrQueue(() => Interlocked.Increment(ref barrier));
92
- if (!SpinWait.SpinUntil(() => barrier == 2, 100))
+ if (!SpinWait.SpinUntil(() => barrier == 2, 500))
93
Log.Root.Error("Either Server or Client scheduler is not empty in 100ms!");
94
WireTapping?.Dispose();
95
base.TearDown();
0 commit comments