Skip to content

Commit

Permalink
chore: Add min-depth to e2e tests (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Apr 30, 2022
1 parent 0ac3a78 commit 467bd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/e2e/assert-n2n-mainnet-tip-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data:
type = "N2N"
address = ["Tcp", "relays-new.cardano-mainnet.iohk.io:3001"]
magic = "mainnet"
min_depth = 6
[source.finalize]
max_block_quantity = 20
Expand Down
1 change: 1 addition & 0 deletions .github/e2e/assert-n2n-testnet-tip-blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ data:
type = "N2N"
address = ["Tcp", "relays-new.cardano-testnet.iohkdev.io:3001"]
magic = "testnet"
min_depth = 6
[source.finalize]
max_block_quantity = 20
Expand Down

0 comments on commit 467bd0d

Please sign in to comment.