diff --git a/scripts/cbt-with-retry.js b/scripts/cbt-with-retry.js index 6ec917c35a..94f5d44f26 100644 --- a/scripts/cbt-with-retry.js +++ b/scripts/cbt-with-retry.js @@ -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') ) }