Skip to content

Commit

Permalink
oh... come ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Mar 18, 2015
1 parent 605f035 commit 73cb692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class DedicatedThreadPoolTaskSchedulerTests
[SetUp]
public void SetUp()
{
Pool = new DedicatedThreadPool(new DedicatedThreadPoolSettings(3));
Pool = new DedicatedThreadPool(new DedicatedThreadPoolSettings(Environment.ProcessorCount));
Scheduler = new DedicatedThreadPoolTaskScheduler(Pool);
Factory = new TaskFactory(Scheduler);
}
Expand Down

0 comments on commit 73cb692

Please sign in to comment.