diff --git a/tracker/event_tracker_test.go b/tracker/event_tracker_test.go index bfc1c00e0a..456796c50e 100644 --- a/tracker/event_tracker_test.go +++ b/tracker/event_tracker_test.go @@ -8,6 +8,7 @@ import ( "testing" "time" + "github.com/0xPolygon/polygon-edge/helper/common" "github.com/0xPolygon/polygon-edge/types" "github.com/hashicorp/go-hclog" "github.com/stretchr/testify/require" @@ -84,6 +85,7 @@ func TestEventTracker_TrackSyncEvents(t *testing.T) { rpcEndpoint: server.HTTPAddr(), contractAddr: addr, numBlockConfirmations: numBlockConfirmations, + pollInterval: common.Duration{Duration: time.Second}, } err = tracker.Start(context.Background())