Skip to content

Commit

Permalink
CI is slow..
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Feb 24, 2022
1 parent d8164e3 commit ce45140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/utils/indexer/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _ = Describe("Helper", func() {

repaginationStats := experiment.GetStats("repagination")
medianDuration := repaginationStats.DurationFor(gmeasure.StatMedian)
Expect(medianDuration).To(BeNumerically("~", 100*time.Microsecond, 200*time.Microsecond))
Expect(medianDuration).To(BeNumerically("<", 1200*time.Microsecond))
})
})
})

0 comments on commit ce45140

Please sign in to comment.