Update timeout time

This commit is contained in:
chen08209
2024-08-11 17:07:34 +08:00
parent 38221bcd10
commit 6bc0be9876

View File

@@ -54,7 +54,7 @@ class Request {
),
)
.timeout(
httpTimeoutDuration * 2,
httpTimeoutDuration * 6,
);
return response;
}