From b7faa01bb6aaaf457a6e46520047999a1fb605dc Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Wed, 24 Jul 2019 21:32:00 -0400 Subject: [PATCH] increasing time to run --- lib/tasks/data.rake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index c0fc04fe..2a40ebe3 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -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|