Skip to content

Commit

Permalink
refactor: set lower amount on transaction-response test
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 17, 2024
1 parent 90ec138 commit 2ed6e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ describe('TransactionResponse', () => {
* before the waitForResult (provider.operations.statusChange) call is made
* */
using launched = await launchTestNode({
walletsConfig: {
amountPerCoin: 500_000,
},
nodeOptions: {
args: ['--poa-instant', 'false', '--poa-interval-period', '2s', '--tx-pool-ttl', '1s'],
loggingEnabled: false,
Expand Down

0 comments on commit 2ed6e09

Please sign in to comment.