Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a local timeout #359

Open
matthewmueller opened this issue Oct 18, 2019 · 0 comments
Open

Set a local timeout #359

matthewmueller opened this issue Oct 18, 2019 · 0 comments

Comments

@matthewmueller
Copy link
Owner

Is your feature request related to a problem? Please describe.

Timeouts are confusing: #120

Describe the solution you'd like

Support for overriding with a local timeout:

x('https://dribbble.com', 'li.group', [{
  title: '.dribbble-img strong',
  image: '.dribbble-img [data-src]@data-src',
}])
  .paginate('.next_page@href')
  .limit(3)
  .timeout(30)
  .driver('phantomjs')
  .delay(100)
  .write('results.json')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant