Merge pull request #4029 from mnogu/fix-kube-timeout
Fix the command with KUBE_TIMEOUT
This commit is contained in:
commit
296768aed6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue