Lesson 9: Error: Timeout of 40000ms exceeded #5239
Replies: 3 comments 4 replies
-
@parishill25 On the chainlink's dashboard, below you will find the History for VRF and Upkeep, there you will find the failed requests tabs, if the request really triggered and gets failed then you will find the reason there. |
Beta Was this translation helpful? Give feedback.
-
It worked for me when I put mocha : {
timeout : 200000,
} in my hardhat.config If that did not work you can try mocha : {
setTimeout : 200000,
} |
Beta Was this translation helpful? Give feedback.
-
Error: Timeout of 400000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
Hope this will help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I got this error while trying to test my fulfilRandomWords function, i tried adding link to my vrf and keeper like they said in previous discussion but still got the same problem.
Beta Was this translation helpful? Give feedback.
All reactions