Merge pull request #1676 from livarcocc/unbound_test_collection
TestMessagesCollection with unbound BlockingQueue
This commit is contained in:
commit
d918d527bd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace Microsoft.DotNet.Tools.Test
|
|||
|
||||
public TestMessagesCollection()
|
||||
{
|
||||
_readQueue = new BlockingCollection<Message>(boundedCapacity: 1);
|
||||
_readQueue = new BlockingCollection<Message>();
|
||||
_terminateWaitHandle = new ManualResetEventSlim();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue