[CI] [GHA] Add `Timeout was reached` to the list of errors in rerunner (#24928)

### Tickets:
 - *142653*
This commit is contained in:
Andrei Kashchikhin 2024-06-10 20:03:16 +01:00 committed by GitHub
parent 964c1e677b
commit 1a5776e8ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -54,5 +54,9 @@
{ {
"error_text": "Unable to fetch some archives", "error_text": "Unable to fetch some archives",
"ticket": 130965 "ticket": 130965
},
{
"error_text": "status_string: \"Timeout was reached\"",
"ticket": 142653
} }
] ]