Revision 2d5c90376e5a636da00ee3d44510f41ce2dbef43 authored by Emanuele Rocca on 13 June 2017, 18:24:55 UTC, committed by Emanuele Rocca on 13 June 2017, 18:25:32 UTC
Our original estimates were based on data from pivot, which is 1/128
sampled. Bump limit to 600/60s.

Bug: T163233
Change-Id: Ibec287827f3fd8af22dd4a3b3053c8ca26907f4f
1 parent dc68e95
Raw File
.gitignore
# Puppet's repository shouldn't have any editor backup files
*~

# Ignore .project (for eclipse/geppetto)
.project

# vim swap files are unwanted
*.swp

# Compiled Python files are useless
*.pyc

/private/

# Automatically generated documentation and related support path:
/doc/*
!/doc/README
*.yardoc*
/.yardwarns

# ctags generated file (see `rake tags`)
/tags

# local ruby configuration
/.rbenv-version
/Gemfile.lock

# python venv wrapper
/.tox

# Jetbrain's IDEA editor settings
/.idea
/*.iml
back to top