diff options
| author | johnarok <21272981+johnarok@users.noreply.github.com> | 2018-04-16 14:11:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 14:11:40 -0500 |
| commit | d9ed60575182cb86aa6320cb2a0f4c1013a25638 (patch) | |
| tree | 4e227a489c62644d775ae5979f64eda94073883b | |
| parent | 0fd5a146f3b61079bfa0d2830685767269617f7d (diff) | |
Formatting changes
| -rw-r--r-- | contributors/devel/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md index 9ef55ea7..6bac2bd2 100644 --- a/contributors/devel/testing.md +++ b/contributors/devel/testing.md @@ -54,7 +54,7 @@ cd kubernetes make test # Run all unit tests. ``` -if any unit test fails with a timeout panic (see #1594) on the testing package. you can increase the KUBE_TIMEOUT value as shown below. +If any unit test fails with a timeout panic (see [#1594](https://github.com/kubernetes/community/issues/1594)) on the testing package, you can increase the `KUBE_TIMEOUT` value as shown below. ```sh make test KUBE_TIMEOUT=-timeout 300s |
