Skip to content

Commit

Permalink
increase maxModifyCount
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Oct 9, 2023
1 parent 24a6c96 commit 2260a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/prefixcollector/collector_file_output_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (eps *ExcludedPrefixesSuite) testCollectorWithFileOutput(ctx context.Contex
ctx, cancel := context.WithTimeout(ctx, time.Second)
defer cancel()

watcher, errCh := eps.watchFile(ctx, prefixesFilePath, len(sources))
watcher, errCh := eps.watchFile(ctx, prefixesFilePath, len(sources)+1)

go collector.Serve(ctx)

Expand Down

0 comments on commit 2260a09

Please sign in to comment.