Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jun 4, 2024
1 parent 247571c commit 50478e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file_store/directory/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (self *TestSuite) TestListenerPreserveTypes() {
Set("B", uint64(9223372036854775808))
listener.Send(event_source)

vtesting.WaitUntil(time.Second*5, self.T(), func() bool {
vtesting.WaitUntil(time.Second*10, self.T(), func() bool {
// Make sure we wrote to the buffer file.
size, _ := listener.Debug().GetInt64("Size")
return size > directory.FirstRecordOffset
Expand Down

0 comments on commit 50478e8

Please sign in to comment.