Skip to content

Commit 491f2b0

Browse files
committed
docs: fix broken link for TimeoutContext
Signed-off-by: tokers <[email protected]>
1 parent 69f9888 commit 491f2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-testing/writing-good-e2e-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ operation compared to running the same test locally. On the other hand, a too
265265
long timeout can be annoying when trying to debug tests locally.
266266

267267
The framework provides some [common
268-
timeouts](https://github.com/kubernetes/kubernetes/blob/eba98af1d8b19b120e39f3/test/e2e/framework/timeouts.go#L44-L109)
268+
timeouts](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/timeouts.go#L44-L109)
269269
through the [framework
270270
instance](https://github.com/kubernetes/kubernetes/blob/1e84987baccbccf929eba98af1d8b19b120e39f3/test/e2e/framework/framework.go#L122-L123).
271271
When writing a test, check whether one of those fits before defining a custom

0 commit comments

Comments
 (0)