diff options
author | v-korovin <v-korovin@yandex-team.com> | 2024-12-05 10:14:41 +0300 |
---|---|---|
committer | v-korovin <v-korovin@yandex-team.com> | 2024-12-05 10:31:59 +0300 |
commit | de09d802a06037aefadf3c3fda7483d5e4db8f22 (patch) | |
tree | af3e94cce66a3434f33ba1a921001b9fe12ef7be | |
parent | 0a1deed2d21a312c9efe5639cfde923a9dfa664f (diff) | |
download | ydb-de09d802a06037aefadf3c3fda7483d5e4db8f22.tar.gz |
Make TimeoutExceed as temporary error
commit_hash:8c64472d8e7a99d45a88badc44ef441fe4e099d9
-rw-r--r-- | build/scripts/error.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/error.py b/build/scripts/error.py index 0681e48679..fb76ecc7bb 100644 --- a/build/scripts/error.py +++ b/build/scripts/error.py @@ -14,6 +14,7 @@ TEMPORARY_ERROR_MESSAGES = [ 'Temporary failure in name resolution', 'The read operation timed out', 'timeout: timed out', + 'no response given after', # sandbox.common.rest.Client.TimeoutExceeded ] |