Skip to content

Commit

Permalink
Increase timeout limit on url
Browse files Browse the repository at this point in the history
  • Loading branch information
jennahowe committed Sep 14, 2015
1 parent fa63518 commit 15edd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.rb
Expand Up @@ -26,7 +26,7 @@ def noko_for(url)
require 'pry'
la_url = 'http://localhost:8000/pleno_legislativo.html'
else
la_url = open('http://asamblea.gob.sv/pleno/pleno-legislativo', read_timeout: 60)
la_url = open('http://asamblea.gob.sv/pleno/pleno-legislativo', read_timeout: 500)
end

noko = noko_for(la_url)
Expand Down

0 comments on commit 15edd0b

Please sign in to comment.