diff --git a/e2e/monitor/main_test.go b/e2e/monitor/main_test.go index 41ac5783..5cb6f4c9 100644 --- a/e2e/monitor/main_test.go +++ b/e2e/monitor/main_test.go @@ -22,7 +22,7 @@ func TestMonitor(t *testing.T) { var jo jsonOutput blockWaitTimeoutTimer := time.NewTimer(10 * time.Minute) - for jo.BitcoinBlockCount < 1012 { + for jo.BitcoinBlockCount < 1020 { select { case <-blockWaitTimeoutTimer.C: