Commit d6bdafb0 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-fix-fabrication-time-metric' into 'master'

E2E: Fix fabrication time reporting

See merge request gitlab-org/gitlab!72583
parents be1c211c 38abfc7b
......@@ -81,7 +81,7 @@ module QA
result = yield.tap do
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
msg = ["==#{'=' * parents.size}>"]
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