diff --git a/frontend/src/redux/photos/sagas.ts b/frontend/src/redux/photos/sagas.ts index ca5f21a..95f8128 100644 --- a/frontend/src/redux/photos/sagas.ts +++ b/frontend/src/redux/photos/sagas.ts @@ -223,7 +223,7 @@ function* photoUpload() { try { const { response, timeout } = yield race({ response: call(uploadPhoto, f, pId), - timeout: delay(10000), + timeout: delay(240000), }); if (timeout) {