You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by alsorokin <gi...@git.apache.org> on 2015/05/15 16:24:31 UTC

[GitHub] cordova-plugin-file pull request: CB-8844 Increased timeout for as...

GitHub user alsorokin opened a pull request:

    https://github.com/apache/cordova-plugin-file/pull/116

    CB-8844 Increased timeout for asset tests

    https://issues.apache.org/jira/browse/CB-8844

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-file CB-8844

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #116
    
----
commit d5d69eec2eddf15995cca4a323f0b315d926a157
Author: alsorokin <al...@akvelon.com>
Date:   2015-05-15T14:22:25Z

    CB-8844 Increased timeout for asset tests

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-file pull request: CB-8844 Increased timeout for as...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugin-file/pull/116


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


[GitHub] cordova-plugin-file pull request: CB-8844 Increased timeout for as...

Posted by dblotsky <gi...@git.apache.org>.
Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-plugin-file/pull/116#discussion_r30721845
  
    --- Diff: tests/tests.js ---
    @@ -3523,7 +3523,7 @@ exports.defineAutoTests = function () {
                             }, failed.bind(null, done, 'directory.copyTo - Error copying directory'));
                         }, failed.bind(null, done, 'resolving src dir'));
                     }, failed.bind(null, done, 'deleteEntry - Error removing directory : ' + dstDir));
    -            });
    +            }, 60000);
    --- End diff --
    
    Please put these into constants.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org