Merge pull request #8563 from woz5999/docs-typo-fix

fix typo in contributing docs
This commit is contained in:
Daniel Nephin 2020-08-26 12:20:12 -04:00 committed by GitHub
commit 9f01c8e8dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ The underlying script dumps the full Consul log output to `test.log` in
the directory of the target package. In the example above it would be the directory of the target package. In the example above it would be
located at `consul/connect/proxy/test.log`. located at `consul/connect/proxy/test.log`.
Historically, the defaults for `FLAKE_CPUS` (30) and `FLAKE_N` (0.15) have been Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been
sufficient to surface a flaky test. If a test is run in this environment and sufficient to surface a flaky test. If a test is run in this environment and
it does not fail after 30 iterations, it should be sufficiently stable. it does not fail after 30 iterations, it should be sufficiently stable.