summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-30 23:37:02 +0100
committermakefu <github@syntax-fehler.de>2015-12-30 23:37:02 +0100
commit5d15b95ac200359392d9a86a68905c2162404904 (patch)
treec9939765f59f4c16d11ad696e1921a6e74b8fea1
parentc625c7d422d5bfe6b4cdbafc6dd9eb0253673776 (diff)
s 2 buildbot: add short tree timeout before trying a test
-rw-r--r--shared/2configs/buildbot-standalone.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix
index 6ffd7fe8a..544b54dde 100644
--- a/shared/2configs/buildbot-standalone.nix
+++ b/shared/2configs/buildbot-standalone.nix
@@ -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"]))
'';