updated example duration

This commit is contained in:
m-okeefe 2019-01-29 15:53:16 -08:00
parent 52fe75085b
commit ff4e591fca

View file

@ -35,4 +35,4 @@ kubectl exec \
This service has an `EXTRA_LATENCY` environment variable. This will inject a sleep for the specified [time.Duration](https://golang.org/pkg/time/#ParseDuration) on every call to
to the server.
For example, use `EXTRA_LATENCY="5s500ms"` to sleep for 5.5 seconds on every request.
For example, use `EXTRA_LATENCY="5.5s"` to sleep for 5.5 seconds on every request.