Skip to content

Commit

Permalink
chore: mitigate test flakiness
Browse files Browse the repository at this point in the history
Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh>
  • Loading branch information
danielbate and nedsalk authored Jan 8, 2025
1 parent 4f2c2be commit 0daa796
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,16 @@ describe('TransactionResponse', () => {
});

it('builds response and assembles result [fetches gas price then uses fee]', async () => {
using launched = await launchTestNode();
using launched = await launchTestNode({
nodeOptions: {
args: [
'--poa-instant',
'false',
'--poa-interval-period',
'2sec',
],
},
});

const {
provider,
Expand Down

0 comments on commit 0daa796

Please sign in to comment.