Skip to content

Commit

Permalink
change time of POA
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares committed Jul 16, 2024
1 parent 953a45e commit 9a39997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-gauge/src/transaction-response.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);

Expand Down

0 comments on commit 9a39997

Please sign in to comment.