mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
increasing time to run
This commit is contained in:
parent
36a84972b7
commit
b7faa01bb6
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue