table/file: Reimplement conditional reloads

This commit is contained in:
fox.cpp 2022-06-23 14:04:51 +03:00
parent 51bfc9a756
commit 75ac2a6f20
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -112,7 +112,7 @@ func TestFileReload(t *testing.T) {
}
// This delay is somehow important. Not sure why.
time.Sleep(250 * time.Millisecond)
time.Sleep(500 * time.Millisecond)
if err := ioutil.WriteFile(f.Name(), []byte("dog: cat"), os.ModePerm); err != nil {
t.Fatal(err)