Even more faster tests.

This commit is contained in:
kay.one 2011-11-16 22:40:54 -08:00
commit 1233089ee4
3 changed files with 19 additions and 23 deletions

View file

@ -47,7 +47,7 @@ namespace NzbDrone.Core.Test.ProviderTests.JobProviderTests
while (stopWatch.IsRunning)
{
Thread.Sleep(100);
Thread.Sleep(10);
}
}