Commit 0d8ebb3b authored by Nick Craver's avatar Nick Craver

Tests: make Profiling.LowAllocationEnumerable more friendly

parent 7cf358ea
......@@ -404,7 +404,7 @@ public void ReuseStorage()
[Fact]
public void LowAllocationEnumerable()
{
const int OuterLoop = 10000;
const int OuterLoop = 1000;
using (var conn = Create())
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment