Skip to content

Commit

Permalink
fix: minor timeout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed Oct 31, 2024
1 parent 1ea9a09 commit 316493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-e2e/test/tx_receipt.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { deployContractEventsEmitter, deployContractTransactionReverter, TENPOW1
import { TestERC20__factory } from '../types';

describe('Transaction Receipt Tests', () => {
jest.setTimeout(115e3);
jest.setTimeout(15e3);

let recipient = ethers.Wallet.createRandom().address;

Expand Down

0 comments on commit 316493b

Please sign in to comment.