Skip to content

Commit

Permalink
increase config test timeout in case of slow network
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreJeanjacquot committed Oct 25, 2023
1 parent dfafaf5 commit 9f5b654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/IExecConfig.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ import { InjectedProvider, getRandomWallet } from './test-utils';

console.log('Node version:', process.version);

const DEFAULT_TIMEOUT = 10000;

jest.setTimeout(DEFAULT_TIMEOUT);

// CONFIG
const { DRONE, INFURA_PROJECT_ID, ETHERSCAN_API_KEY, ALCHEMY_API_KEY } =
process.env;
Expand Down

0 comments on commit 9f5b654

Please sign in to comment.