@lighthouse/sdk
Advanced tools
Comparing version 7.3.3-beta-2 to 7.3.3-beta-3
@@ -233,5 +233,5 @@ 'use strict'; | ||
var retryOpts = { | ||
max_tries: 3, | ||
max_tries: 2, | ||
backoff: 2, | ||
interval: 250 | ||
interval: 500 | ||
}; | ||
@@ -255,2 +255,3 @@ | ||
next(actionWith(actionObj)); | ||
return _bluebird2.default.reject(new Error(fatalErrorResponse.message)); | ||
}); | ||
@@ -257,0 +258,0 @@ }, retryOpts).then(function (response) { |
{ | ||
"name": "@lighthouse/sdk", | ||
"version": "7.3.3-beta-2", | ||
"version": "7.3.3-beta-3", | ||
"description": "Lighthouse.io SDK for JavaScript applications", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
392339
5309