diff --git a/src/DecryptionFailureTracker.js b/src/DecryptionFailureTracker.js index 447562af26..58ba1ae8dc 100644 --- a/src/DecryptionFailureTracker.js +++ b/src/DecryptionFailureTracker.js @@ -48,7 +48,7 @@ export default class DecryptionFailureTracker { // Give events a chance to be decrypted by waiting `GRACE_PERIOD_MS` before moving // the failure to `failuresToTrack`. - static GRACE_PERIOD_MS = 5000; + static GRACE_PERIOD_MS = 60000; constructor(fn) { if (!fn || typeof fn !== 'function') {