diff options
author | 2024-08-19 12:56:43 +0000 | |
---|---|---|
committer | 2024-08-19 14:56:43 +0200 | |
commit | e1154453bbcb997a5894217f962c210edf7ac556 (patch) | |
tree | cf4bba12d17e6f41acfc684548d09c9862f76699 /test/envparsing.sh | |
parent | [chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209) (diff) | |
download | gotosocial-e1154453bbcb997a5894217f962c210edf7ac556.tar.xz |
[chore] update default http client timeout to 30s (#3214)
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-x | test/envparsing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh index 6838fecc3..a32107568 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -96,7 +96,7 @@ EXPECT=$(cat << "EOF" "http-client": { "allow-ips": [], "block-ips": [], - "timeout": 10000000000, + "timeout": 30000000000, "tls-insecure-skip-verify": false }, "instance-deliver-to-shared-inboxes": false, |