Skip to content

Commit f398a2d

Browse files
committed
Clarify supported value to activate stopOnSlow
1 parent f51e624 commit f398a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SpeedTrap also supports these parameters:
3838

3939
* **slowThreshold** - Number of milliseconds when a test is considered "slow" (Default: 500ms)
4040
* **reportLength** - Number of slow tests included in the report (Default: 10 tests)
41-
* **stopOnSlow** - Stop execution upon first slow test (Default: false)
41+
* **stopOnSlow** - Stop execution upon first slow test (Default: false). Activate by setting "true".
4242

4343
Each parameter is set in `phpunit.xml`:
4444

0 commit comments

Comments
 (0)