increasing time to run

pull/1/head
Jared Cosulich 6 years ago
parent 36a84972b7
commit b7faa01bb6

@ -294,9 +294,9 @@ namespace :data do
missing_questions = {}
bad_answers = {}
timeToRun = 120 * 60
startIndex = 26055
stopIndex = 100000
timeToRun = 120000 * 60
startIndex = 0
stopIndex = 1000000
startTime = Time.new
# ['teacher_responses'].each do |file|

Loading…
Cancel
Save