Replies: 1 comment
-
The solution to your problem is here. |
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.
-
I'm having this error while running my lottery staging test
Error: Timeout of 500000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
This is the progress of my code before the error
Setting up test...
Setting up Listener...
Entering Lottery...
Ok, time to wait...
I don't think the contract is emitting a "WinnerPicked"
These are my codes
Lottery.staging.test.js
Lottery.sol
Beta Was this translation helpful? Give feedback.
All reactions