Tweaked Progress notification.

This commit is contained in:
kay.one 2012-01-22 23:43:54 -08:00
commit d6d1bbe3f5
3 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ namespace NzbDrone.Core.Test.ProviderTests.NotificationProviderTests
_notificationProvider.Register(fakeNotification);
fakeNotification.Dispose();
Thread.Sleep(4000);
Thread.Sleep(7000);
_notificationProvider.GetCurrent().Should().BeNull();
}