mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Increase timeout for AssertHappyMessage test
This commit is contained in:
parent
a2be7ee471
commit
4b088defd3
@ -72,7 +72,7 @@ namespace BTCPayServer.Tests
|
||||
|
||||
internal void AssertHappyMessage()
|
||||
{
|
||||
using var cts = new CancellationTokenSource(10_000);
|
||||
using var cts = new CancellationTokenSource(20_000);
|
||||
while (!cts.IsCancellationRequested)
|
||||
{
|
||||
var success = Driver.FindElements(By.ClassName("alert-success")).Where(el => el.Displayed).Any();
|
||||
|
Loading…
Reference in New Issue
Block a user