quartiq / stabilizer

Firmware and software for the Sinara Stabilizer module with high speed, low latency ADC/DAC data processing and powerful DSP algorithms in between
http://quartiq.de/stabilizer/
Apache License 2.0
111 stars 27 forks source link

Increasing HITL timeout interval to 1h #923

Closed ryan-summers closed 4 months ago

ryan-summers commented 4 months ago

This PR fixes an issue where enqueuing multiple PRs to be merged will often fail because the HITL will time out waiting for the job to be scheduled.

This PR bumps the checker to wait up to 1 hour for HITL runs to complete.

jordens commented 4 months ago

I had thought that another issue was dependabot rebasing the PR once it sees that another one was merged thus taking the rebased one out of the queue.

ryan-summers commented 4 months ago

Yes, I suspect there are indeed two issues. But this is definitely at least one of them. I'll look at dependabot rebasing too, that makes sense that it could be causing issues.