6 references to s_unexpectedDelay
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (6)
Utilities\AsynchronousOperationListenerTests.cs (6)
148
sleepHelper.Sleep(
s_unexpectedDelay
);
330
Assert.True(signal.Wait(
s_unexpectedDelay
), "Shouldn't have hit timeout waiting for task to begin");
332
Assert.True(waitTask.Wait(
s_unexpectedDelay
), "Wait shouldn't have needed to timeout");
341
Assert.True(signal1.Wait(
s_unexpectedDelay
), "Shouldn't have hit timeout waiting for task to begin");
342
Assert.True(signal2.Wait(
s_unexpectedDelay
), "Shouldn't have hit timeout waiting for task to begin");
345
Assert.True(waitTask.Wait(
s_unexpectedDelay
), "Wait shouldn't have needed to timeout");