Lesson 9 : Error in Raffle Unit Test #688
Unanswered
ZahraaHawie
asked this question in
Q&A
Replies: 2 comments
-
is the timeout length for mocha like this in your hardhat.config.js file? mocha: {
timeout: 500000, // 500 seconds max for running tests
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
@zahraha97 Please make sure to follow this guide when you next time asks a question. How to Ask Question Guide And follow @Focalized mentioned solution, you probably need to increase time more because VRF and Keepers take time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.. When I run: yarn hardhat test .. I got this error :
Here is my code:
Raffle.staging.test.js
helper.config.js :
Anyone could help? Thanks
Beta Was this translation helpful? Give feedback.
All reactions