Skip to content

Commit c41ea48

Browse files
authored
Merge pull request #1769 from cfromknecht/increase-fwdpkg-gc-test-interval
htlcswitch/test_utils: increase fwdpkg gc interval
2 parents d90b599 + 22793e4 commit c41ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htlcswitch/link_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ func newSingleLinkTestHarness(chanAmt, chanReserve btcutil.Amount) (
15601560
Registry: invoiceRegistry,
15611561
ChainEvents: &contractcourt.ChainEventSubscription{},
15621562
BatchTicker: bticker,
1563-
FwdPkgGCTicker: ticker.MockNew(5 * time.Second),
1563+
FwdPkgGCTicker: ticker.MockNew(15 * time.Second),
15641564
// Make the BatchSize and Min/MaxFeeUpdateTimeout large enough
15651565
// to not trigger commit updates automatically during tests.
15661566
BatchSize: 10000,

0 commit comments

Comments
 (0)