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 094db75 commit 811cd38Copy full SHA for 811cd38
projects/client/Unit/src/unit/TestExchangeDeclare.cs
@@ -57,7 +57,7 @@ public void TestConcurrentQueueDeclare()
57
58
List<Thread> ts = new List<Thread>();
59
System.NotSupportedException nse = null;
60
- for(int i = 0; i < 16; i++)
+ for(int i = 0; i < 256; i++)
61
{
62
Thread t = new Thread(() =>
63
projects/client/Unit/src/unit/TestQueueDeclare.cs
0 commit comments