Skip to content

Commit

Permalink
build: increment browser spawn retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 21, 2019
1 parent 0ff0d6d commit 16e1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browserless/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = ({

const task = () =>
pRetry(run, {
retries: 2,
retries: 6,
onFailedAttempt: async error => {
const { message, attemptNumber, retriesLeft } = error
debug('retry', { attemptNumber, retriesLeft, message })
Expand Down

0 comments on commit 16e1988

Please sign in to comment.