Skip to content

Commit

Permalink
chore: bump bench-tx-size timeout (#6109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Apr 30, 2024
1 parent c702688 commit aa3eefa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { jest } from '@jest/globals';

import { publicDeployAccounts, setup } from '../fixtures/utils.js';

jest.setTimeout(50_000);
jest.setTimeout(100_000);

describe('benchmarks/tx_size_fees', () => {
let aliceWallet: AccountWalletWithSecretKey;
Expand Down

0 comments on commit aa3eefa

Please sign in to comment.