From 180b032991ff7e676d84807cb5ad1373cd727898 Mon Sep 17 00:00:00 2001 From: woz5999 Date: Tue, 25 Aug 2020 14:58:58 -0700 Subject: [PATCH] fix typo in contributing docsc --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a450140261..ea7a50fbc4 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -124,8 +124,8 @@ 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 located at `consul/connect/proxy/test.log`. -Historically, the defaults for `FLAKE_CPUS` (30) and `FLAKE_N` (0.15) have been sufficient to surface a flaky test. If a test is run in this environment and +Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been it does not fail after 30 iterations, it should be sufficiently stable. ## Vendoring