Adding test timeout

This commit is contained in:
nicolas.dorier
2019-11-09 16:57:40 +09:00
parent ae9b93ca8f
commit 8dd1efc126

View File

@@ -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()
{