Skip to content

Commit 2a6209a

Browse files
frontend: kraken: KrakenManager: Move from 2min to 30min to upload tar file
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 7764bdb commit 2a6209a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/frontend/src/components/kraken/KrakenManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export async function uploadExtensionTarFile(
339339
headers: {
340340
'Content-Type': 'multipart/form-data',
341341
},
342-
timeout: 120000,
342+
timeout: 30 * 60 * 1000,
343343
onUploadProgress: progressHandler,
344344
})
345345

0 commit comments

Comments
 (0)