Skip to content

Commit

Permalink
cucumber flaky fix: allow for 2 blocks to include the tx
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed May 13, 2022
1 parent 3464e21 commit c05327a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration_tests/features/WalletQuery.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@wallet-query @wallet
Feature: Wallet Querying


Scenario: As a wallet I want to query the status of utxos in blocks
Given I have a seed node WalletSeedA
When I mine a block on WalletSeedA with coinbase CB1
Expand All @@ -19,7 +18,7 @@ Feature: Wallet Querying
When I create a transaction TX1 spending CB1 to UTX1
When I submit transaction TX1 to SeedA
Then TX1 is in the mempool
When I mine 1 blocks on SeedA
When I mine 2 blocks on SeedA
Then the UTXO UTX1 has been mined according to SeedA


Expand Down

0 comments on commit c05327a

Please sign in to comment.