Skip to content

Commit 0a81cc5

Browse files
committed
Increase epoch length
1 parent 6d68952 commit 0a81cc5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

integration-test/configs/local-chang/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
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
}

integration-test/configs/local-chang/shelley-genesis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"pools": {},
4747
"stake": {}
4848
},
49-
"epochLength": 4
49+
"epochLength": 10
5050
}

integration-test/docker-compose-chang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

integration-test/test/test_certificate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)