File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9999 "TestAllegraHardForkAtEpoch" : 0 ,
100100 "TestMaryHardForkAtEpoch" : 0 ,
101101 "TestAlonzoHardForkAtEpoch" : 0 ,
102- "TestBabbageHardForkAtEpoch" : 10 ,
103- "TestConwayHardForkAtEpoch" : 11 ,
102+ "TestBabbageHardForkAtEpoch" : 4 ,
103+ "TestConwayHardForkAtEpoch" : 5 ,
104104 "EnableDevelopmentHardForkEras" : true ,
105105 "ExperimentalProtocolsEnabled" : true
106106}
Original file line number Diff line number Diff line change 4646 "pools" : {},
4747 "stake" : {}
4848 },
49- "epochLength" : 4
49+ "epochLength" : 10
5050}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
5656 max-file : " 10"
5757
5858 ogmios :
59- image : cardanosolutions/ogmios:v6.11.0
59+ image : cardanosolutions/ogmios:v6.11.2
6060 platform : linux/amd64
6161 environment :
6262 NETWORK : " ${NETWORK:-local-alonzo}"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ def test_stake_delegation(self):
8484 print ("############### Submitting transaction ###############" )
8585 self .chain_context .submit_tx (signed_tx )
8686
87- time .sleep (8 )
87+ time .sleep (120 )
8888
8989 builder = TransactionBuilder (self .chain_context )
9090
You can’t perform that action at this time.
0 commit comments