We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a15fb + f37cd0c commit 2d75b8dCopy full SHA for 2d75b8d
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