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 eb797c5 commit 77da9e7Copy full SHA for 77da9e7
Sources/Testing/Testing.docc/LimitingExecutionTime.md
@@ -18,7 +18,7 @@ Some tests may naturally run slowly: they may require significant system
18
resources to complete, may rely on downloaded data from a server, or may
19
otherwise be dependent on external factors.
20
21
-If a test may stall indefinitely or may consume too many system resources to
+If a test might stall indefinitely or might consume too many system resources to
22
complete effectively, consider setting a time limit for it so that it's marked
23
as failing if it runs for an excessive amount of time. Use the
24
``Trait/timeLimit(_:)-4kzjp`` trait as an upper bound:
0 commit comments