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 | 4636977dd0ac5064bdde4b283632fab338e27394 (patch) | |
tree | 36646aed0a2eaaab04ede9ee1493b0b5506d68ec /shared | |
parent | c8dd7f377075545dd1431a9f1b699260abe27c57 (diff) |
s 2 buildbot: add short tree timeout before trying a test
Diffstat (limited to 'shared')
-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 6ffd7fe..544b54d 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"])) ''; |