test duration on CI pipeline with more databases

This commit is contained in:
Paul Johnson
2020-12-19 11:49:37 +00:00
committed by Bjarke Berg
parent 817b63266d
commit f1aa22e9e3
6 changed files with 55 additions and 31 deletions

View File

@@ -22,7 +22,6 @@ namespace Umbraco.Tests.Integration.Testing
protected IUmbracoDatabaseFactory _databaseFactory;
protected IList<TestDbMeta> _testDatabases;
protected const int ThreadCount = 2;
protected UmbracoDatabase.CommandInfo[] _cachedDatabaseInitCommands = new UmbracoDatabase.CommandInfo[0];