docs: fix broken link for TimeoutContext

Signed-off-by: tokers <zchao1995@gmail.com>
This commit is contained in:
tokers 2023-04-18 17:33:23 +08:00
parent 69f98889d1
commit 491f2b07c8
No known key found for this signature in database
GPG Key ID: 31D6F3C0F4079033
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ operation compared to running the same test locally. On the other hand, a too
long timeout can be annoying when trying to debug tests locally.
The framework provides some [common
timeouts](https://github.com/kubernetes/kubernetes/blob/eba98af1d8b19b120e39f3/test/e2e/framework/timeouts.go#L44-L109)
timeouts](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/timeouts.go#L44-L109)
through the [framework
instance](https://github.com/kubernetes/kubernetes/blob/1e84987baccbccf929eba98af1d8b19b120e39f3/test/e2e/framework/framework.go#L122-L123).
When writing a test, check whether one of those fits before defining a custom