[
https://issues.apache.org/jira/browse/CB-9027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15448054#comment-15448054
]
ASF GitHub Bot commented on CB-9027:
------------------------------------
Github user cordova-qa commented on the issue:
https://github.com/apache/cordova-plugin-file-transfer/pull/156
Cordova CI Build has one or more failures.
**Commit** -
[Link](https://github.com/apache/cordova-plugin-file-transfer/pull/156/commits/eeb07f34eb5e4f11de5cc91d8ae1034928d81a6f)
**Dashboard** -
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38/)
| Builder Name | Console Output | Test Report | Device Logs |
| :---: | :---: | :---: | :---: |
| [Windows 8.1 Store](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-store/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-store/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-store/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-store/artifact/)
|
| [Windows 10 Store](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-10-store/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-10-store/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-10-store/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-10-store/artifact/)
|
| [Windows 8.1 Phone](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-phone/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-phone/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-phone/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=windows-8.1-phone/artifact/)
|
| [iOS](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=ios/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=ios/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=ios/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=ios/artifact/)
|
| [Android](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=android/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=android/console)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=android/testReport/)
| [Link](
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-file-transfer-pr/38//PLATFORM=android/artifact/)
|
> FileTransfer#download fails with FileTransferError.CONNECTION_ERR after 60
> sec. on iOS
> --------------------------------------------------------------------------------------
>
> Key: CB-9027
> URL: https://issues.apache.org/jira/browse/CB-9027
> Project: Apache Cordova
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Plugin File Transfer
> Affects Versions: 3.4.0
> Environment: iPhone 4s, iOS 8.3
> iPhone 5s, iOS 8.3
> Cordova 3.4.1
> FileTransfer 0.4.2
> Reporter: Alexander Kilinskiy
>
> (x) when I try to download large file on iOS I receive
> FileTransferError.CONNECTION_ERR in 60 seconds (file generation tooks ~ 70-90
> sec).
> Standard code used:
> {code:javascript}var fileTransfer = new window.FileTransfer(),
> fileUrl = "", // some valid url (big file ~ 100Mb)
> filePath = ""; // some valid location
> fileTransfer.download(fileUrl,
> filePath,
> function(entry) {
> // process file
> },
> function(error) {
> // process error
> });{code}
> Could i set custom timeout instead of 60 sec?
> P.S. android devices wait till file is generated (70-90 sec)
> Thanks in advance.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
