We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 786ab99 + 2d75b8d commit 7e6c0efCopy full SHA for 7e6c0ef
batcher/batcher_test.go
@@ -84,7 +84,7 @@ func TestMaxTime(t *testing.T) {
84
85
// This delta is normally 1-3 ms but running tests in CI with -race causes
86
// this to run much slower. For now, just bump up the threshold.
87
- assert.InDelta(200, time.Since(before).Seconds()*1000, 50)
+ assert.InDelta(200, time.Since(before).Seconds()*1000, 100)
88
assert.True(len(batch) > 0)
89
assert.Nil(err)
90
}
0 commit comments