# File lib/kwala/actions/unit_test.rb, line 50 def initialize @test_results = nil @results_by_version = nil @time_start = Time.now # The maximum number of violations to show in the summary @time_violations_limit = 5 # time in seconds @time_error_threshold = 5.0 @time_warning_threshold = 1.0 end