fix sample test

pull/376/head
Windfarer 5 years ago
parent 64f282161a
commit 7699351873
  1. 4
      pkg/net/trace/sample_test.go

@ -21,8 +21,8 @@ func TestProbabilitySampling(t *testing.T) {
count++
}
}
if count < 60 || count > 120 {
t.Errorf("expect count between 60~120 get %d", count)
if count < 60 || count > 150 {
t.Errorf("expect count between 60~150 get %d", count)
}
})
}

Loading…
Cancel
Save