diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/LeadershipSchedule.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/LeadershipSchedule.hs index 575c688ee7f..b75209ed95f 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/LeadershipSchedule.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Babbage/LeadershipSchedule.hs @@ -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