ddliu / gulp-remote-src

Remote gulp.src
MIT License
20 stars 6 forks source link

Error: ETIMEOUT #2

Closed ahmadazimi closed 10 years ago

ahmadazimi commented 10 years ago

Hi, Recently I've start working with gulp-remote-src, but my internet connection isn't a high speed connection. So, usually my gulp task fails by this error:

Error: ETIMEOUT

How can I increase connection timeout for this script?

timeout

ddliu commented 10 years ago

Try timeout option.

ahmadazimi commented 10 years ago

Thank you so much. It seems everything is okay.