Skip to content

Commit

Permalink
try 1020
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 24, 2024
1 parent 5edc7c2 commit cb94bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/monitor/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb94bdd

Please sign in to comment.