Commit 38abfc7b authored by Andrejs Cunskis's avatar Andrejs Cunskis

Fix fabrication time reporting

parent 31d82026
...@@ -81,7 +81,7 @@ module QA ...@@ -81,7 +81,7 @@ module QA
result = yield.tap do result = yield.tap do
fabrication_time = Time.now - start fabrication_time = Time.now - start
Support::FabricationTracker.save_fabrication(:"#{method}_fabrication", fabrication_time * 1000) Support::FabricationTracker.save_fabrication(:"#{method}_fabrication", fabrication_time)
Runtime::Logger.debug do Runtime::Logger.debug do
msg = ["==#{'=' * parents.size}>"] msg = ["==#{'=' * parents.size}>"]
msg << "Built a #{name}" msg << "Built a #{name}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment