smarkets / marge-bot

A merge-bot for GitLab
BSD 3-Clause "New" or "Revised" License
701 stars 136 forks source link

Use ci_timeout for merging #328

Closed martin-sucha closed 1 year ago

martin-sucha commented 3 years ago

When the bot is waiting for "merge when pipeline suceeds" the hardcoded 5 minute timeout was applied.

We need to wait for CI to finish in this case, so setting the merge timeout to CI timeout.

martin-sucha commented 3 years ago

I haven't tried to run this code yet.