This is an archive of the discontinued Mercurial Phabricator instance.

wait-on-file: adjust the timer counter
ClosedPublic

Authored by marmoute on Apr 16 2020, 5:00 PM.

Details

Summary

The wait performed in increment of 0.01 second, but the timer was expressed in
second. So we did not wait 20s, we waited 0.2 second. Internally we adjust the
counter to be expressed in centisecond. This prevent some flackyness in the
test.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Apr 16 2020, 5:00 PM
Alphare accepted this revision.Apr 20 2020, 5:56 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.