From 94e390e55e6e6042c45912c9ea64de8398223ba2 Mon Sep 17 00:00:00 2001 From: Muneyuki Noguchi Date: Tue, 27 Aug 2019 14:23:02 +0000 Subject: Fix the command with KUBE_TIMEOUT --- contributors/devel/sig-testing/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-testing/testing.md b/contributors/devel/sig-testing/testing.md index ffe066c4..20562495 100644 --- a/contributors/devel/sig-testing/testing.md +++ b/contributors/devel/sig-testing/testing.md @@ -63,7 +63,7 @@ desire. 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