# Questions about GitHub bug fix commits and tests-passed

**URL:** https://meta.discourse.org/t/questions-about-github-bug-fix-commits-and-tests-passed/54545
**Category:** Development
**Created:** [12월 20, 2016, 11:43오전 UTC](https://meta.discourse.org/t/questions-about-github-bug-fix-commits-and-tests-passed/54545 "2016-12-20T11:43:46Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [12월 20, 2016, 11:45오전 UTC](https://meta.discourse.org/t/questions-about-github-bug-fix-commits-and-tests-passed/54545/2 "2016-12-20T11:45:41Z")

</div>

> [@Lutz](#):
>
> Or does it just take some time, for automated testing, till it shows up at tests-passed? if so, how long does it take - hours, days, weeks?

Every time there’s a new commit on `master`, our build server will run all the test suites.  
If they all pass, it will merge the changes to `test-passed`.

It usually takes less than 15 minutes, unless we break the tests… 😉

---

_[View the full topic](https://meta.discourse.org/t/questions-about-github-bug-fix-commits-and-tests-passed/54545)._
