From 0daa7963891bfa27de1d6fa7b7bd095341b62f54 Mon Sep 17 00:00:00 2001 From: Daniel Bate Date: Wed, 8 Jan 2025 14:49:22 +0000 Subject: [PATCH] chore: mitigate test flakiness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nedim Salkić --- packages/fuel-gauge/src/transaction-response.test.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/fuel-gauge/src/transaction-response.test.ts b/packages/fuel-gauge/src/transaction-response.test.ts index fc75155bd16..75aaf25d66c 100644 --- a/packages/fuel-gauge/src/transaction-response.test.ts +++ b/packages/fuel-gauge/src/transaction-response.test.ts @@ -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,