[TIMOB-26766] Windows: Timeout error thrown when installing to wp-device
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-01-28T23:06:44.000+0000 |
Affected Version/s | Release 8.0.0 |
Fix Version/s | Release 8.0.0 |
Components | Hyperloop, Windows |
Labels | n/a |
Reporter | Josh Longton |
Assignee | Kota Iguchi |
Created | 2019-01-25T17:06:23.000+0000 |
Updated | 2019-01-29T11:53:27.000+0000 |
Description
When building to windows device a time out error is thrown
(C:\ProgramData\Titanium\mobilesdk\win32\8.0.0.v20190125034038\node_modules\windowslib\lib\wptool.js:958:13)
at ontimeout (timers.js:475:11)
at tryOnTimeout (timers.js:310:5)
at Timer.listOnTimeout (timers.js:270:5)
{noformat}
*Expected*
No error
I was able to get the application to install without the above issue when removing Hyperloop (4.0.1).
I was able to reproduce the issue and just increasing timeout worked for me; master: https://github.com/appcelerator/titanium_mobile_windows/pull/1350 8_0_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1351
Merged to master & 8_0_X. Closing, the particular timeout issue is fixed now but we've got another error: TIMOB-24422 should be taking care of that.