mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 03:19:51 +00:00
prog: increase number of itereations in TestRotationCoverage
It failed on CI once: https://github.com/google/syzkaller/pull/1789/checks?check_run_id=740199305
This commit is contained in:
parent
48b44e1ce0
commit
d36418e90b
@ -50,7 +50,7 @@ func TestRotationCoverage(t *testing.T) {
|
||||
counters[call.Name] = 0
|
||||
}
|
||||
rotator := MakeRotator(target, calls, rand.New(rs))
|
||||
for iter := 0; iter < 1e3; iter++ {
|
||||
for iter := 0; iter < 2e3; iter++ {
|
||||
for call := range rotator.Select() {
|
||||
counters[call.Name]++
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user