Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 23, 2024
1 parent bf8d0dc commit 69e36d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/monitor/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"fmt"
"math/big"
"testing"
"time"

"github.com/hemilabs/heminetwork/hemi"
)
Expand All @@ -35,7 +34,7 @@ func TestMonitor(t *testing.T) {
for i := range maxRetries {
t.Logf("retry #%d, last error was %v", i, lastErr)

output = monitor(uint(1))
output = monitor(uint(retryTimeoutSeconds))

t.Log(output)

Expand Down Expand Up @@ -80,8 +79,6 @@ func TestMonitor(t *testing.T) {
lastErr = fmt.Errorf("pop miner payout balance received %d, want at least %d", balance, expectedPayoutBalance)
continue
}

time.Sleep(retryTimeoutSeconds * time.Second)
}

if lastErr != nil {
Expand Down

0 comments on commit 69e36d3

Please sign in to comment.