Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 25, 2024
1 parent 7fcc8e1 commit c208154
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(10*time.Millisecond),
WithTrustingPeriod(100*time.Millisecond),
)
require.NoError(t, err)
err = syncer.Start(ctx)
Expand Down

0 comments on commit c208154

Please sign in to comment.