applies a max timout for BackgroundTaskRunnerTests

This commit is contained in:
Shannon
2015-04-08 16:55:34 +10:00
parent b35397b464
commit dee45146a4

View File

@@ -12,6 +12,7 @@ using Umbraco.Web.Scheduling;
namespace Umbraco.Tests.Scheduling
{
[TestFixture]
[Timeout(30000)]
public class BackgroundTaskRunnerTests
{
[TestFixtureSetUp]