Skip to content

Commit

Permalink
increase timeout for test, to tight.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafier committed Apr 1, 2024
1 parent 15ec8d7 commit 3017bd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public async Task FailureInvoiceTimeout()
[Category("Payment")]
[Category("Interceptor")]
[NonParallelizable]
[Timeout(15000)]
[Timeout(30000)]
public async Task FailureReasonNoRoute()
{
var invoice = await Builder.GeneratePaymentRequestFromAlias("carol", new Invoice
Expand Down Expand Up @@ -802,7 +802,7 @@ public async Task InterceptorTest()
[Category("Payment")]
[Category("Interceptor")]
[NonParallelizable]
[Timeout(15000)]
[Timeout(30000)]
public async Task GetPaymentFailureData()
{
//Setup
Expand Down Expand Up @@ -934,7 +934,7 @@ private async Task<string> ToAlias(LNDNodeConnection c, string remotePubkey)
[Category("Invoice")]
[Category("Sync")]
[NonParallelizable]
[Timeout(15000)]
[Timeout(30000)]
public async Task ListInvoiceAndPaymentPaging()
{
var invoices = await Builder.GeneratePaymentsRequestFromAlias("alice", 10, new Invoice
Expand Down

0 comments on commit 3017bd1

Please sign in to comment.