Since the test assumes a 250 ms response time, the test delay can be 1
second instead of 3.
Details
Details
- Reviewers
des
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 70533 Build 67416: arc lint + arc unit
Event Timeline
Comment Actions
Since the test assumes a 250 ms response time, the test delay can be 1 second instead of 3.
That is a complete non sequitur.
Why does the test need to be shortened?
Comment Actions
That is a complete non sequitur.
Why does the test need to be shortened?
To make it nicer to develop sh(1), I have gone to great lengths to make its tests fast. Avoiding sleeps also improves reliability of the tests.
I am aware that tests for other parts of the system may be unnecessarily slow.