Skip to content

Commit

Permalink
Increase the slot tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Jan 16, 2024
1 parent 87d3e88 commit ea768c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/sim/multi_fork.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const unknownBlockSync = await env.createNodePair({
the 'unknown block sync' won't function properly. Moreover, the 'unknownBlockSync' requires some startup time,
contributing to the overall gap. For stability in our CI, we've opted to set a higher limit on this constraint.
*/
"sync.slotImportTolerance": lastForkEpoch * SLOTS_PER_EPOCH,
"sync.slotImportTolerance": headForUnknownBlockSync.response.data.message.slot,
},
},
},
Expand Down

0 comments on commit ea768c8

Please sign in to comment.