Github user riknoll commented on a diff in the pull request:

    https://github.com/apache/cordova-plugin-media/pull/89#discussion_r57616106
  
    --- Diff: tests/tests.js ---
    @@ -373,7 +373,7 @@ exports.defineAutoTests = function () {
                             setTimeout(function () {
                                 media1.getCurrentPosition(function (position) {
                                     //in four seconds expect position to be 
two times greater with some degree (1 sec) of accuracy
    -                                expect(position).toBeGreaterThan(7);
    +                                expect(position >= 4 && position < 
10).toBeTruthy();
    --- End diff --
    
    Where did these numbers come from?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to