Replies: 1 comment
-
@anooj1 can you check if performUpKeep is ever called in the keepers history? Also, adding your interval will help as it seems chainlink keepers never called the contract. |
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.
-
Whenever I try to pass my staging tests, its exceeding the timeout of 500000ms. Same is for my unit test "picks a winner , resest the lottery , and sends money:" test. I am pasting my code for both the tests below:
picks a winner , resest the lottery , and sends money:
Error: Timeout of 500000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/anooj-patnaik/hardhat-raffle-lottery/test/unit/Raffle.test.js)
staging test:
fulfillRandomWords
works with live Chainlink Keepers and Chainlink VRF, we get a random winner:
Error: Timeout of 500000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/anooj-patnaik/hardhat-raffle-lottery/test/staging/Raffle.staging.test.js)
can anyone tell me what's wrong here?
Beta Was this translation helpful? Give feedback.
All reactions