Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: transaction queried to soon propagation (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Oct 7, 2021
1 parent 45cb3bc commit de38004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/core/getTransaction.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ describe('Core', () => {

await faucetWalletAccount.broadcastTransaction(transaction);

await wait(5000);

const result = await faucetClient.getDAPIClient().core.getTransaction(transaction.id);
const receivedTx = new Transaction(result.getTransaction());

Expand Down

0 comments on commit de38004

Please sign in to comment.