-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
needs-investigationtestabilityIncrease the focus on decoupling processes/services to create a better testable environmentIncrease the focus on decoupling processes/services to create a better testable environment
Description
DESCRIPTION
AppVeyor build sometimes fails with PostgreSQL timeouts, since we enabled running all tests in parallel. Should explore if reducing the level of parallelism (in case APPVEYOR
environment variable is set) solves the problem.
private static readonly SemaphoreSlim ThrottleSemaphore = new(64); |
Metadata
Metadata
Assignees
Labels
needs-investigationtestabilityIncrease the focus on decoupling processes/services to create a better testable environmentIncrease the focus on decoupling processes/services to create a better testable environment