diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/CommitteeAddNew.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/CommitteeAddNew.hs index 1c8a5f3dd72..9f78b57992a 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/CommitteeAddNew.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/CommitteeAddNew.hs @@ -209,7 +209,7 @@ hprop_constitutional_committee_add_new = integrationWorkspace "constitutional-co submitTx execConfig cEra voteTxFp - waitForGovActionVotes epochStateView (L.EpochInterval 1) + waitForGovActionVotes epochStateView (L.EpochInterval 2) govState <- getGovState epochStateView ceo govActionState <- H.headM $ govState ^. L.cgsProposalsL . L.pPropsL . to toList diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/NoConfidence.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/NoConfidence.hs index 295bff66dee..1df67a39a5d 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/NoConfidence.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/NoConfidence.hs @@ -221,7 +221,7 @@ hprop_gov_no_confidence = integrationWorkspace "no-confidence" $ \tempAbsBasePat submitTx execConfig cEra voteTxFp -- Tally votes - waitForGovActionVotes epochStateView (EpochInterval 1) + waitForGovActionVotes epochStateView (EpochInterval 2) govState <- getGovState epochStateView ceo govActionState <- H.headM $ govState ^. L.cgsProposalsL . L.pPropsL . to toList diff --git a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs index 93aff8bb7fe..1b53c4f3185 100644 --- a/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs +++ b/cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Gov/ProposeNewConstitution.hs @@ -182,7 +182,7 @@ hprop_ledger_events_propose_new_constitution = integrationWorkspace "propose-new submitTx execConfig cEra voteTxFp - waitForGovActionVotes epochStateView (EpochInterval 1) + waitForGovActionVotes epochStateView (EpochInterval 2) -- Count votes before checking for ratification. It may happen that the proposal gets removed after -- ratification because of a long waiting time, so we won't be able to access votes.