Set admin test parallelism to 2 (#125)

This commit is contained in:
Leendert de Borst
2024-09-06 23:34:16 +02:00
committed by Leendert de Borst
parent 633cef3450
commit a4cc75a3aa
2 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,6 @@
// </copyright>
//-----------------------------------------------------------------------
// Run tests in parallel with a maximum of 2 parallel tests.
[assembly: LevelOfParallelism(2)]
namespace AliasVault.E2ETests.Common;
using AliasServerDb;

View File

@@ -5,6 +5,9 @@
// </copyright>
//-----------------------------------------------------------------------
// Run tests in parallel with a maximum of 2 parallel tests.
[assembly: LevelOfParallelism(2)]
namespace AliasVault.E2ETests.Common;
using Microsoft.Extensions.Configuration;