diff --git a/packages/cli/test/sim/multi_fork.test.ts b/packages/cli/test/sim/multi_fork.test.ts index 936b2279a89e..0cf07b76da02 100644 --- a/packages/cli/test/sim/multi_fork.test.ts +++ b/packages/cli/test/sim/multi_fork.test.ts @@ -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, }, }, },