mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 05:07:38 +03:00
table/file: Reimplement conditional reloads
This commit is contained in:
parent
51bfc9a756
commit
75ac2a6f20
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue