Skip to content

Commit d41bc83

Browse files
committed
kvserver: deflake TestWriteLoadStatsAccounting
Epic: none Release note: none
1 parent 552cfcb commit d41bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kv/kvserver/replica_rankings_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func TestWriteLoadStatsAccounting(t *testing.T) {
221221
tc := serverutils.StartCluster(t, 3, args)
222222
defer tc.Stopper().Stop(ctx)
223223

224-
const epsilonAllowed = 5
224+
const epsilonAllowed = 6
225225

226226
ts := tc.Server(0)
227227
db := ts.DB()

0 commit comments

Comments
 (0)