summaryrefslogtreecommitdiff
path: root/test/envparsing.sh
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-08-19 12:56:43 +0000
committerLibravatar GitHub <noreply@github.com>2024-08-19 14:56:43 +0200
commite1154453bbcb997a5894217f962c210edf7ac556 (patch)
treecf4bba12d17e6f41acfc684548d09c9862f76699 /test/envparsing.sh
parent[chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209) (diff)
downloadgotosocial-e1154453bbcb997a5894217f962c210edf7ac556.tar.xz
[chore] update default http client timeout to 30s (#3214)
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-xtest/envparsing.sh2
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,