mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 02:15:29 +02:00
rpctest: increase sweeper BatchWindow during itests
Since we are checking HTLC aggregation, we must give the sweeper a bit more time to aggregate them to avoid flakes.
This commit is contained in:
@@ -13,5 +13,5 @@ var (
|
|||||||
//
|
//
|
||||||
// To speed up integration tests waiting for a sweep to happen, the
|
// To speed up integration tests waiting for a sweep to happen, the
|
||||||
// batch window is shortened.
|
// batch window is shortened.
|
||||||
DefaultBatchWindowDuration = 2 * time.Second
|
DefaultBatchWindowDuration = 8 * time.Second
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user