increase nixpkgs-review timeout to 120 minutes

This commit is contained in:
zowoq 2024-03-04 15:39:34 +10:00
parent 0572aa48da
commit 256708538c

View File

@ -34,7 +34,7 @@ run ::
Text -> Text ->
Sem r Text Sem r Text
run cache commit = run cache commit =
let timeout = "45m" :: Text let timeout = "120m" :: Text
in do in do
-- TODO: probably just skip running nixpkgs-review if the directory -- TODO: probably just skip running nixpkgs-review if the directory
-- already exists -- already exists