Skip to content

Commit a98f913

Browse files
committed
feat(tests): add delayed ratification wait in guardrails
Added a call to governance_utils.wait_delayed_ratification in the cluster_with_constitution function to ensure proper handling of delayed ratification in the test_guardrails.py file.
1 parent 1566621 commit a98f913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cardano_node_tests/tests/tests_conway/test_guardrails.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ def _enact_script_constitution():
141141
constitution_url = "http://www.const-with-plutus.com"
142142
constitution_hash = "0000000000000000000000000000000000000000000000000000000000000000"
143143

144+
governance_utils.wait_delayed_ratification(cluster_obj=cluster)
145+
144146
_, action_txid, action_ix = conway_common.propose_change_constitution(
145147
cluster_obj=cluster,
146148
name_template=temp_template,

0 commit comments

Comments
 (0)