mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Increase tor test timeout
This commit is contained in:
parent
28850f534c
commit
66c2148a63
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ namespace BTCPayServer.Tests
|
|||
(string)store2.TempData[WellKnownTempData.ErrorMessage], StringComparison.CurrentCultureIgnoreCase);
|
||||
}
|
||||
|
||||
[Fact(Timeout = LongRunningTestTimeout)]
|
||||
[Fact(Timeout = LongRunningTestTimeout * 2)]
|
||||
[Trait("Integration", "Integration")]
|
||||
public async Task CanUseTorClient()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue