When using the default test timeouts, wait-on-file would not wait for $n
seconds, but $n/100 seconds. This resulted in easy timeouts on even
moderately busy fast machines. Fix the scaling to apply in all cases.
Adjust the stepping slightly to be nicer to systems with the historic
100Hz time base to ensure that the scheduler actually switches to a
different process and gives them time to work.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG9d7d53771e5f: tests: fix timer scaling in wait-on-file
rHGef65676bf2d4: tests: fix timer scaling in wait-on-file
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.