Skip to content

Commit

Permalink
Try to use lower epochLength in leadership schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
carbolymer committed Sep 17, 2024
1 parent 96a5cb0 commit 7f3e3fa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ hprop_leadershipSchedule = integrationRetryWorkspace 0 "babbage-leadership-sched
let tempBaseAbsPath = makeTmpBaseAbsPath tempAbsPath
sbe = shelleyBasedEra @BabbageEra -- TODO: We should only support the latest era and the upcoming era
asbe = AnyShelleyBasedEra sbe
cTestnetOptions = def { cardanoNodeEra = asbe }
cTestnetOptions = def { cardanoNodeEra = asbe
, cardanoEpochLength = 200
}

tr@TestnetRuntime
{ testnetMagic
Expand Down

0 comments on commit 7f3e3fa

Please sign in to comment.