diff options
| author | lassulus <lass@lassul.us> | 2017-06-20 01:05:50 +0200 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-06-20 16:06:44 +0200 |
| commit | e199701099d8582619da404953dd0424a138ae97 (patch) | |
| tree | 90ae5b6a202b80e37d19eea15f04cb6485c7194a | |
| parent | f1a7b1fcd6fd2fd75b0c9e0ebba3a8284f178d12 (diff) | |
l 2 buildbot: set pollinterval to 10
| -rw-r--r-- | lass/2configs/buildbot-standalone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index f9bffc200..11eb9052e 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -32,7 +32,7 @@ in { stockholm_repo, workdir='stockholm-poller', branches=True, project='stockholm', - pollinterval=120 + pollinterval=10 ) ) ''; |
