We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14cc40 commit f528962Copy full SHA for f528962
channelmonitor/channelmonitor_test.go
@@ -58,7 +58,7 @@ func TestChannelMonitorAutoRestart(t *testing.T) {
58
59
m := NewMonitor(mockAPI, &Config{
60
AcceptTimeout: time.Hour,
61
- MaxConsecutiveRestarts: 3,
+ MaxConsecutiveRestarts: 1,
62
RestartAckTimeout: 20 * time.Millisecond,
63
CompleteTimeout: time.Hour,
64
})
0 commit comments