From 9a39997973267174f6c32ae5744c158d10f2b468 Mon Sep 17 00:00:00 2001 From: Miguel Oliveira Date: Tue, 16 Jul 2024 10:15:07 -0300 Subject: [PATCH] change time of POA --- packages/fuel-gauge/src/transaction-response.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fuel-gauge/src/transaction-response.test.ts b/packages/fuel-gauge/src/transaction-response.test.ts index 4bdb85ea2b..d3e200bfd3 100644 --- a/packages/fuel-gauge/src/transaction-response.test.ts +++ b/packages/fuel-gauge/src/transaction-response.test.ts @@ -164,7 +164,7 @@ describe('TransactionResponse', () => { * all our subscriptions would break. * We need at least one long test to ensure that the keep-alive messages are handled correctly. */ - args: ['--poa-instant', 'false', '--poa-interval-period', '2s'], + args: ['--poa-instant', 'false', '--poa-interval-period', '17s'], }); const nodeProvider = await Provider.create(`http://${ip}:${port}/v1/graphql`);