diff options
author | makefu <github@syntax-fehler.de> | 2015-12-30 23:37:02 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-30 23:37:02 +0100 |
commit | 5d15b95ac200359392d9a86a68905c2162404904 (patch) | |
tree | c9939765f59f4c16d11ad696e1921a6e74b8fea1 /shared/2configs | |
parent | c625c7d422d5bfe6b4cdbafc6dd9eb0253673776 (diff) |
s 2 buildbot: add short tree timeout before trying a test
Diffstat (limited to 'shared/2configs')
-rw-r--r-- | shared/2configs/buildbot-standalone.nix | 1 |
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"])) ''; |