Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 25, 2024
1 parent 77866f6 commit dba93cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func TestSyncSimpleRequestingHead(t *testing.T) {
headertest.NewDummySubscriber(),
WithBlockTime(time.Second*30),
WithRecencyThreshold(time.Second*35), // add 5 second buffer
WithTrustingPeriod(time.Microsecond),
WithTrustingPeriod(10*time.Millisecond),
)
require.NoError(t, err)
err = syncer.Start(ctx)
Expand Down

0 comments on commit dba93cc

Please sign in to comment.