Skip to content

Commit

Permalink
Fix TestReadExternalChangesFuse pause to reduce flaps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Oct 5, 2023
1 parent f12d113 commit 6e528c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/goofys_fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func (s *GoofysTest) TestReadExternalChangesFuse(t *C) {
})
t.Assert(err, IsNil)

time.Sleep(s.fs.flags.StatCacheTTL+1)
time.Sleep(s.fs.flags.StatCacheTTL + 1*time.Second)

buf, err = ioutil.ReadFile(filePath)
t.Assert(err, IsNil)
Expand Down

0 comments on commit 6e528c0

Please sign in to comment.