Hi again,
In our Continua Setup we have specified a commit trigger for our unit tests project. This has a quiet period of 5 Minutes.
When a commit is made while a longer build is still running the tests are queued and the quiet period starts. If the original build is still running after the quiet period ends and another commit is made a new build is queued for the tests even though the previous one has not been run yet. This seems unneccessary to me.