Open Throvn opened 2 years ago
The test will fail with the following error message:
1) "before all" hook: Fund the wallet for "Should return the new greeting once it's changed"
Although everything is fine because, the deposit takes too long to finish. My current workaround is:
before("Fund the wallet", async () => { deployer = new Deployer(hre, new Wallet(RICH_WALLET_PK)); });
This issue could be bypassed by increasing the mocha timeout.
The test will fail with the following error message:
Although everything is fine because, the deposit takes too long to finish. My current workaround is:
This issue could be bypassed by increasing the mocha timeout.