Skip to content

Commit

Permalink
Merge pull request #625 from rgooch/master
Browse files Browse the repository at this point in the history
Increase delays in lib/fsutil/watchFile_test.go for TravisCI.
  • Loading branch information
rgooch committed Jul 4, 2019
2 parents a0802cd + 80964f4 commit 3b98442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fsutil/watchFile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func testWatchFile(t *testing.T, dirname string) {
if err := os.Rename(pathWillBeRenamed, pathExistsLater); err != nil {
t.Fatal(err)
}
rc, err = watchTimeout(ch, time.Millisecond*10)
rc, err = watchTimeout(ch, time.Millisecond*50)
if err != nil {
t.Fatal(err)
} else {
Expand Down

0 comments on commit 3b98442

Please sign in to comment.