Fix sporadic failure in TestDiskCacheMaxUse (#9049)

master
poornas 5 years ago committed by GitHub
parent 1330e59307
commit eac02c04f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/disk-cache_test.go

@ -258,7 +258,7 @@ func TestDiskCacheMaxUse(t *testing.T) {
if err != nil {
t.Fatal(err)
}
d, err := initDiskCaches(fsDirs, 80, 0, 80, 90, t)
d, err := initDiskCaches(fsDirs, 90, 0, 90, 99, t)
if err != nil {
t.Fatal(err)
}

Loading…
Cancel
Save