From eb5a108108cb354036f214d5eed776e143c1e378 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 21 Aug 2018 18:11:01 -0400 Subject: syntax fix for testing doc --- contributors/devel/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/testing.md b/contributors/devel/testing.md index 6bac2bd2..8c5b300a 100644 --- a/contributors/devel/testing.md +++ b/contributors/devel/testing.md @@ -57,7 +57,7 @@ make test # Run all unit tests. 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 +make test KUBE_TIMEOUT="-timeout 300s" ``` ### Set go flags during unit tests -- cgit v1.2.3