Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/118#discussion_r45928589 --- Diff: tests/tests.js --- @@ -468,6 +468,8 @@ exports.defineAutoTests = function () { it("filetransfer.spec.10 should be stopped by abort() right away", function (done) { var fileURL = 'http://cordova.apache.org/downloads/BlueZedEx.mp3'; + // Some Windows Phone 8.1 devices need ~1-2 sec to create an upload operation. + var graceTimeout = isWindows ? GRACE_TIME_DELTA * 6 : GRACE_TIME_DELTA; --- End diff -- This might be best set at the top of the file, along with the other 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org