Chromium Code Reviews| Index: pending_manager.py |
| =================================================================== |
| --- pending_manager.py (revision 245103) |
| +++ pending_manager.py (working copy) |
| @@ -146,7 +146,7 @@ |
| # Maximum number of commits done in a burst. |
| MAX_COMMIT_BURST = 4 |
| # Delay (secs) between commit bursts. |
| - COMMIT_BURST_DELAY = 10*60 |
| + COMMIT_BURST_DELAY = 8*60 |
| def __init__(self, context_obj, pre_patch_verifiers, verifiers, |
| project_name=''): |