Browse Source

chore: use default timeout for AMO

...because increasing it didn't help, their server is broken
tophf 4 years ago
parent
commit
ae119dd0be
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/amo-sign.js

+ 0 - 1
scripts/amo-sign.js

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