diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-09-03 10:47:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-03 10:47:43 -0700 |
| commit | 296768aed602459090ebdbb10c045a7bf55c2ace (patch) | |
| tree | e3b0c3dd1995b6dfe960658c6410a403e48af24d /contributors | |
| parent | ced02062f121778a1354b0438ac76c37fdd4fd9a (diff) | |
| parent | 94e390e55e6e6042c45912c9ea64de8398223ba2 (diff) | |
Merge pull request #4029 from mnogu/fix-kube-timeout
Fix the command with KUBE_TIMEOUT
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/sig-testing/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
