Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c58b831

Browse files
committed
increase web3-eth integration test timeout
1 parent 9f06e7e commit c58b831

File tree

1 file changed

+1
-1
lines changed
  • packages/web3-eth/test/integration

1 file changed

+1
-1
lines changed

packages/web3-eth/test/integration/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ along with web3.js. If not, see <http://www.gnu.org/licenses/>.
1919
// eslint-disable-next-line @typescript-eslint/no-require-imports
2020
require('../config/setup');
2121

22-
const jestTimeout = 15000;
22+
const jestTimeout = 25000;
2323

2424
jest.setTimeout(jestTimeout);

0 commit comments

Comments
 (0)