Increase default timeout
Some checks failed
/ check (push) Failing after 3m21s

I need to investigate why these calls take so long:

1. Deno Deploy cold starts?
2. Netlify rate limits or slowness? Can I make some use of caching?
This commit is contained in:
Daniel Flanagan 2024-09-14 09:51:07 -05:00
parent 09b4567c92
commit 035fdc710b

View file

@ -31,7 +31,7 @@ in {
requestTimeout = mkOption {
type = types.int;
description = "The maximum number of seconds before the HTTP request times out.";
default = 30;
default = 180;
};
afterBootTime = mkOption {
type = types.str;