Skip to content

Commit 271747a

Browse files
Williangalvanipatrickelectric
authored andcommitted
KrakenManager: bump extension installation timeout to 10 minutes
1 parent a928ca6 commit 271747a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export async function installExtension(
207207
permissions: extension?.permissions ?? '',
208208
user_permissions: extension?.user_permissions ?? '',
209209
},
210-
timeout: 120000,
210+
timeout: 600000,
211211
onDownloadProgress: progressHandler,
212212
})
213213
}

0 commit comments

Comments
 (0)