Skip to content

Commit

Permalink
Increase wait on TestClose()
Browse files Browse the repository at this point in the history
Should hopefully help with:
fsnotify#538 (comment)
  • Loading branch information
arp242 committed Jan 14, 2023
1 parent e553d11 commit 68dd9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsnotify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ func TestClose(t *testing.T) {
// which may take a little bit.
switch runtime.GOOS {
case "freebsd", "openbsd", "netbsd", "dragonfly", "darwin", "solaris", "illumos":
time.Sleep(5 * time.Millisecond)
time.Sleep(50 * time.Millisecond)
}

select {
Expand Down

0 comments on commit 68dd9cb

Please sign in to comment.