chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.04k stars 63 forks source link

kodiak will not merge with dont_wait_on_status_checks if the check takes too long #782

Closed alita-moore closed 2 years ago

alita-moore commented 2 years ago

I have a workflow that takes roughly 10 minutes to run and pass. For some reason this PR https://github.com/ethereum/EIPs/pull/4700 passed the required tests and kodiak did not update the fact that they had passed until I added a label to the PR. I tried to recreate by having a check that waited 10 min on my private repo https://github.com/alita-moore/EIPs/pull/415 but it responded correctly.

Any ideas what is causing this? Ideally this would work everytime