Tweaked Progress notification.

This commit is contained in:
kay.one
2012-01-22 23:43:54 -08:00
parent 2875832db0
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();
}