Skip to content

Commit

Permalink
fixup: Use the correct end time
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Aug 27, 2024
1 parent c3a4d13 commit a2eb7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/e2e/metrics_link.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = ginkgo.AfterEach(func() {
// Extend the end time by the shutdown delay (a proxy for the metrics
// scrape interval) to maximize the chances of the specified duration
// including all metrics relevant to the current spec.
endTime := specReport.StartTime.Add(networkShutdownDelay).UnixMilli()
endTime := specReport.EndTime.Add(networkShutdownDelay).UnixMilli()
metricsLink := tmpnet.MetricsLinkForNetwork(
env.GetNetwork().UUID,
strconv.FormatInt(startTime, 10),
Expand Down

0 comments on commit a2eb7d0

Please # to comment.