monaca / monaca-cli

Command line version of Monaca
Other
44 stars 14 forks source link

Remove remote build timeout #26

Closed masahirotanaka closed 9 years ago

masahirotanaka commented 9 years ago

Currently monaca-lib has specified the timeout value to 80 seconds when running an automatic remote build. Please fix monaca-lib so that monaca-cli will keep waiting until remote build is finish.

JW-Vinayak commented 9 years ago

@masahirotanaka , do you mean we just remove the timeout from monaca-lib and theoretically allow monaca-cli to wait infinitely (worst-case scenario) ?

masahirotanaka commented 9 years ago

Right. Not a big change actually.