Skip to content

Commit

Permalink
🔧[e2e cbt] add retry case (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Jan 8, 2020
1 parent 23669d0 commit 5af68d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cbt-with-retry.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function isRetryAllowed(logs) {
return (
logs.includes('UnhandledRejection') ||
logs.includes('Request failed due to Error') ||
logs.includes('ESOCKETTIMEDOUT') ||
logs.includes('Failed to load resource')
)
}
Expand Down

0 comments on commit 5af68d2

Please sign in to comment.