diff --git a/channelmonitor/channelmonitor_test.go b/channelmonitor/channelmonitor_test.go index 13785ca9..81f4177b 100644 --- a/channelmonitor/channelmonitor_test.go +++ b/channelmonitor/channelmonitor_test.go @@ -58,7 +58,7 @@ func TestChannelMonitorAutoRestart(t *testing.T) { m := NewMonitor(mockAPI, &Config{ AcceptTimeout: time.Hour, - MaxConsecutiveRestarts: 3, + MaxConsecutiveRestarts: 1, RestartAckTimeout: 20 * time.Millisecond, CompleteTimeout: time.Hour, })