Setting treeStableTimer to None, which will hopefully trigger one build per change

This commit is contained in:
Sergio Durigan Junior 2015-01-30 19:50:52 -05:00
parent 5eda73c225
commit 1b40b5b861

View file

@ -661,6 +661,7 @@ def load_config (c):
factory = globals ()[ "RunTestGDB%s" % btype ]
b['factory'] = factory (arch_triplet)
b['canStartBuild'] = DefaultGDBCanStartBuild
b['treeStableTimer'] = None
c['builders'].append (b)
load_config (c)