longer timeout for uploading photos

This commit is contained in:
2020-10-19 22:30:47 +03:00
committed by Stepan Usatiuk
parent f721568ab1
commit 2a9787d39f

View File

@@ -223,7 +223,7 @@ function* photoUpload() {
try { try {
const { response, timeout } = yield race({ const { response, timeout } = yield race({
response: call(uploadPhoto, f, pId), response: call(uploadPhoto, f, pId),
timeout: delay(10000), timeout: delay(240000),
}); });
if (timeout) { if (timeout) {