mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-06 07:48:12 -05:00
Set admin test parallelism to 2 (#125)
This commit is contained in:
committed by
Leendert de Borst
parent
633cef3450
commit
a4cc75a3aa
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user