Hi,
We’re developing a Firefox extension as part of our product, as part of our build process, we build the extension.XPI and sign it using “web-ext sign”.
It worked perfectly until May 2nd, and has been failing ever since - with no changes whatsoever to the extension.
The failure is:
[17:21:34] Error: Validation took too long to complete; last status: {“guid”:“SteelCentral-Aternity-WebExt-12.1.0@riverbed.com”,“active”:false,“automated_signing”:true,“url”:“https://addons.mozilla.org/api/v3/addons//versions//uploads//”,“files”:[],“passed_review”:false,“pk”:"",“processed”:true,“reviewed”:false,“valid”:true,“validation_results”:{“success”:true,“compatibility_summary”:{“warnings”:0,“errors”:0,“notices”:0},“notices”:0,“warnings”:…
at Timeout._onTimeout (C:\dev\project\node_modules\sign-addon\dist\webpack:\src\amo-client.js:232:16)
at ontimeout (timers.js:475:11)
at tryOnTimeout (timers.js:310:5)
at Timer.listOnTimeout (timers.js:270:5)
Note that this is not a real timeout (I think), since we’ve tried with “–timeout” of even 2 minutes and the failure is identical, where the previous builds were completed in a matter of seconds.