Skip to content

Commit

Permalink
increate timeout again
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Oct 9, 2023
1 parent bbb9d4d commit 9e06ead
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 @@ -87,7 +87,7 @@ func (eps *ExcludedPrefixesSuite) testCollectorWithFileOutput(ctx context.Contex
prefixcollector.WithSources(sources...),
)

ctx, cancel := context.WithTimeout(ctx, time.Second*5)
ctx, cancel := context.WithTimeout(ctx, time.Second*50)
defer cancel()

watcher, errCh := eps.watchFile(ctx, prefixesFilePath, len(sources))
Expand Down

0 comments on commit 9e06ead

Please sign in to comment.