Skip to content

Commit a6f5b09

Browse files
John W. DarringtonJohn W. Darrington
authored andcommitted
higher timeout
1 parent 6328a97 commit a6f5b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datum/scanners/filesystem.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ defmodule Datum.Scanners.Filesystem do
9191
end
9292
end,
9393
on_timeout: :kill_task,
94-
timeout: 30_000,
94+
timeout: 300_000,
9595
ordered: false,
9696
max_concurrency: 8
9797
)

0 commit comments

Comments
 (0)