Skip to content

Commit 099365b

Browse files
committed
try to make TestMakePriority flake less
1 parent 504b2f5 commit 099365b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/roachpb/data_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ func TestMakePriority(t *testing.T) {
856856
}
857857

858858
// Generate values for all priorities.
859-
const trials = 100000
859+
const trials = 1000000
860860
values := make([][trials]enginepb.TxnPriority, len(userPs))
861861
for i, userPri := range userPs {
862862
for tr := 0; tr < trials; tr++ {

0 commit comments

Comments
 (0)