-
Hello friends, Getting a timeout error for the large promise unit test in Lesson 9. Having no joy debugging. My code is here https://github.com/bigbraincrypto/FCC-Solidity-Lesson-9-Raffle All help appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Can you paste error here ? I didn't receive an error when testing except for |
Beta Was this translation helpful? Give feedback.
-
Yes, I believe so. |
Beta Was this translation helpful? Give feedback.
-
No good, network is declared but never read. Increasing time only makes it frozen longer. |
Beta Was this translation helpful? Give feedback.
-
I figured it out, resolve() needs to be outside the async function, see below code
|
Beta Was this translation helpful? Give feedback.
I figured it out, resolve() needs to be outside the async function, see below code