Skip to content

Commit

Permalink
fixup! change default max delay to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed May 26, 2021
1 parent 5e68d9c commit 91f6e1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ abstract class IntegrationSpec extends TestKitBaseClass with BitcoindService wit
"eclair.bitcoind.wallet" -> defaultWallet,
"eclair.mindepth-blocks" -> 2,
"eclair.max-htlc-value-in-flight-msat" -> 100000000000L,
"eclair.router.broadcast-interval" -> "2 second",
"eclair.max-block-processing-delay" -> "2 seconds",
"eclair.router.broadcast-interval" -> "2 seconds",
"eclair.auto-reconnect" -> false,
"eclair.to-remote-delay-blocks" -> 24,
"eclair.multi-part-payment-expiry" -> "20 seconds").asJava).withFallback(ConfigFactory.load())
Expand Down

0 comments on commit 91f6e1e

Please sign in to comment.