Merge pull request #4029 from mnogu/fix-kube-timeout

Fix the command with KUBE_TIMEOUT
This commit is contained in:
Kubernetes Prow Robot 2019-09-03 10:47:43 -07:00 committed by GitHub
commit 296768aed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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