Skip to content

Commit d299a12

Browse files
authored
Merge pull request #7258 from tokers/docs/broken-link-for-timeouts
docs: fix broken link for TimeoutContext
2 parents 752457e + d544089 commit d299a12

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/1e84987baccbccf929eba98af1d8b19b120e39f3/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)