Skip to content

Commit

Permalink
Fix build; add timeout to collector
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyno committed Jan 22, 2014
1 parent b600136 commit bf1f565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_drills/array/map_drill.rb
Expand Up @@ -2,7 +2,7 @@ class MapDrill < Drill

def setup
@numbers = (0..10).to_a
@hints = ["You want to divide each member of this collection by two..."
@hints = ["You want to divide each member of this collection by two...",
"http://ruby-doc.org/core-1.9.3/Enumerable.html#method-i-map"]
end

Expand Down
1 change: 1 addition & 0 deletions lib/ruby_drills/sessions/collector_client.rb
Expand Up @@ -7,6 +7,7 @@ class CollectorClient
base_uri 'https://drill-collector.herokuapp.com'
# base_uri 'http://localhost:9091'
# debug_output $stderr
default_timeout 2 #seconds

attr_reader :session_id

Expand Down

0 comments on commit bf1f565

Please sign in to comment.