diff --git a/BTCPayServer.Tests/xunit.runner.json b/BTCPayServer.Tests/xunit.runner.json index 35e95c9c8..3b632dd96 100644 --- a/BTCPayServer.Tests/xunit.runner.json +++ b/BTCPayServer.Tests/xunit.runner.json @@ -1,4 +1,5 @@ { "parallelizeTestCollections": false, - "longRunningTestSeconds": 60 + "longRunningTestSeconds": 60, + "diagnosticMessages": true }