1
0
Эх сурвалжийг харах

chore: use default timeout for AMO

...because increasing it didn't help, their server is broken
tophf 4 жил өмнө
parent
commit
ae119dd0be

+ 0 - 1
scripts/amo-sign.js

@@ -17,7 +17,6 @@ async function main() {
     channel: 'unlisted',
     channel: 'unlisted',
     downloadDir: process.env.ASSETS_DIR,
     downloadDir: process.env.ASSETS_DIR,
     id: manifest.browser_specific_settings.gecko.id,
     id: manifest.browser_specific_settings.gecko.id,
-    timeout: 30 * 60e3, // 30 minutes
   });
   });
   if (!result.success) {
   if (!result.success) {
     console.error(result);
     console.error(result);