s 2 buildbot: add short tree timeout before trying a test

This commit is contained in:
makefu 2015-12-30 23:37:02 +01:00
parent c625c7d422
commit 5d15b95ac2

View file

@ -30,6 +30,7 @@ in {
# test the master real quick
sched.append(schedulers.SingleBranchScheduler(
change_filter=util.ChangeFilter(branch="master"),
treeStableTimer=10, #only test the latest push
name="fast-master-test",
builderNames=["fast-tests"]))
'';