Skip to content

Commit

Permalink
Align timeout.md to cancelafter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Oct 14, 2023
1 parent 8847ecc commit d9921fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/nunit/writing-tests/attributes/timeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!NOTE]
> From version 3.12 this is also available in the .NET Standard 2.0 builds of the framework.
Normally, NUnit simply runs tests and waits for them to terminatethe test is allowed to run indefinitely. For certain kinds of tests, however, it may be desired to specify a timeout value.
Normally, NUnit simply runs tests and waits for them to terminate -- the test is allowed to run indefinitely. For certain kinds of tests, however, it may be desirable to specify a timeout value.

The **TimeoutAttribute** is used to specify a timeout value in milliseconds
for a test case. If the test case runs longer than the time specified it
Expand Down

0 comments on commit d9921fd

Please sign in to comment.