Browse Source

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.
master
Johan T. Halseth 3 years ago
parent
commit
70eb52643c
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26
  1. 2
      sweep/defaults_rpctest.go

2
sweep/defaults_rpctest.go

@ -13,5 +13,5 @@ var (
//
// To speed up integration tests waiting for a sweep to happen, the
// batch window is shortened.
DefaultBatchWindowDuration = 2 * time.Second
DefaultBatchWindowDuration = 8 * time.Second
)

Loading…
Cancel
Save