Increased PMapTest thread count

This commit is contained in:
Justin Swanson 2019-12-22 23:56:06 -06:00
parent 88cc519478
commit a7b5b6900e

View File

@ -12,7 +12,7 @@ namespace Wabbajack.Test
[TestClass]
public class PMapTests
{
const int TypicalThreadCount = 2;
const int TypicalThreadCount = 6;
const int TypicalDelayMS = 50;
const int TimeoutSeconds = 15;