PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

Wait for transaction to resolve and Add mocha timeout while running staging tests #71

Closed byte14 closed 2 years ago

byte14 commented 2 years ago

Most of the time, withdraw transaction is failing when running staging test, waiting for one block confirmation resolves this issue. It fixes #43

Sometimes getting timeout error while running staging test, adding mocha timeout in hardhat.config.js fixes this.

PatrickAlphaC commented 2 years ago

ahhhh, whoops... Thank you!