Skip to content

Commit

Permalink
Updated from POD
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jun 17, 2017
1 parent e8c19f6 commit 9ec1861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -123,7 +123,7 @@ If the code executes faster, the test fails with the following diagnosic message
Test ran 1 seconds and did not exceed specified threshold of 2 seconds

Please be aware that Test::Timer, breaks the execution with an alarm specified
to trigger after the specified threshold + 1 seconds, so if you expect your
to trigger after the specified threshold + 2 seconds (default), so if you expect your
execution to run longer, set the alarm accordingly.

$Test::Timer::alarm = $my_alarm_in_seconds;
Expand Down

0 comments on commit 9ec1861

Please sign in to comment.