From 8dd1efc126e2fef9529d39b36b3f48273adc62f0 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 9 Nov 2019 16:57:40 +0900 Subject: [PATCH] Adding test timeout --- BTCPayServer.Tests/StorageTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/StorageTests.cs b/BTCPayServer.Tests/StorageTests.cs index b1274ff42..2e4bdadf6 100644 --- a/BTCPayServer.Tests/StorageTests.cs +++ b/BTCPayServer.Tests/StorageTests.cs @@ -28,7 +28,7 @@ namespace BTCPayServer.Tests Logs.LogProvider = new XUnitLogProvider(helper); } - [Fact] + [Fact(Timeout = TestUtils.TestTimeout)] [Trait("Integration", "Integration")] public async Task CanConfigureStorage() { @@ -139,7 +139,7 @@ namespace BTCPayServer.Tests } } - [Fact] + [Fact(Timeout = TestUtils.TestTimeout)] [Trait("ExternalIntegration", "ExternalIntegration")] public async Task CanUseAzureBlobStorage() {