We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0339c commit 682e310Copy full SHA for 682e310
docs/JestObjectAPI.md
@@ -643,7 +643,7 @@ Returns the number of fake timers still left to run.
643
644
### `jest.setTimeout(timeout)`
645
646
-Set the default timeout interval for tests and before/after hooks in milliseconds.
+Set the default timeout interval for tests and before/after hooks in milliseconds. This only affects the test file from which this function is called.
647
648
_Note: The default timeout interval is 5 seconds if this method is not called._
649
0 commit comments