Skip to content

Commit

Permalink
increase ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed May 13, 2024
1 parent 3f1b40e commit 84b92a9
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 @@ -251,7 +251,7 @@ describe('TransactionResponse', () => {
'should throw error for a SqueezedOut status update [submitAndAwait]',
async () => {
const { cleanup, ip, port } = await launchNode({
args: ['--poa-instant', 'false', '--poa-interval-period', '1s', '--tx-pool-ttl', '200ms'],
args: ['--poa-instant', 'false', '--poa-interval-period', '2s', '--tx-pool-ttl', '500ms'],
loggingEnabled: true,
debugEnabled: true,
});
Expand Down

0 comments on commit 84b92a9

Please sign in to comment.