itest: update tests with timeout_seconds

Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
This commit is contained in:
Nishant Bansal
2025-01-14 19:20:52 +05:30
parent b577ad4661
commit 23efbef946
22 changed files with 6 additions and 57 deletions

View File

@@ -85,8 +85,7 @@ func testSingleHopInvoice(ht *lntest.HarnessTest) {
DestCustomRecords: map[uint64][]byte{
record.KeySendType: keySendPreimage[:],
},
TimeoutSeconds: 60,
FeeLimitMsat: noFeeLimitMsat,
FeeLimitMsat: noFeeLimitMsat,
}
ht.SendPaymentAssertSettled(alice, req)