Skip to content

Commit

Permalink
fix: extend sim test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Aug 27, 2024
1 parent 9367601 commit c893952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/utils/crucible/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function defineSimTestConfig(
secondsPerSlot: SIM_TESTS_SECONDS_PER_SLOT,
runTill: opts.runTillEpoch,
// After adding Nethermind its took longer to complete
graceExtraTimeFraction: 0.5,
graceExtraTimeFraction: 0.8,
}) * 1000;

const ttd = getEstimatedTTD({
Expand Down

0 comments on commit c893952

Please sign in to comment.