Update timeout time

This commit is contained in:
chen08209
2024-08-11 17:07:34 +08:00
parent e3c9035903
commit 5ef020db73

View File

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