Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Increase signedStatusCheckTimeout (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Oct 31, 2019
1 parent ae7f8f3 commit 47d4cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amo-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export class Client {
apiJwtExpiresIn = 60 * 5, // 5 minutes
debugLogging = false,
signedStatusCheckInterval = 1000,
signedStatusCheckTimeout = 120000, // 2 minutes.
signedStatusCheckTimeout = 900000, // 15 minutes.
logger = console,
downloadDir = process.cwd(),
fs = defaultFs,
Expand Down

0 comments on commit 47d4cf2

Please sign in to comment.