| Index: Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| diff --git a/Tools/GardeningServer/ui/ct-unexpected-failures.html b/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| index 70c38bb9c241f74076680c2e0578117080e2e76b..cfd3bac3a8e047019d9be685969bc8adc9a2785a 100644
|
| --- a/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| +++ b/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| @@ -36,7 +36,7 @@ found in the LICENSE file.
|
| Polymer({
|
| attached: function() {
|
| this.update();
|
| - setInterval(this.update.bind(this), config.kTreeStatusUpdateFrequency);
|
| + setInterval(this.update.bind(this), config.kUpdateFrequency);
|
| },
|
|
|
| update: function() {
|
|
|