зеркало из https://github.com/github/docs.git
Make the repo sync stall check less aggressive (#17018)
Co-authored-by: chiedo <chiedo@users.noreply.github.com>
This commit is contained in:
Родитель
d9f2917f4a
Коммит
585691b928
|
@ -40,7 +40,7 @@ jobs:
|
|||
const timeDelta = Date.now() - Date.parse(pr.created_at);
|
||||
const minutesOpen = timeDelta / 1000 / 60;
|
||||
|
||||
if (minutesOpen > 30) {
|
||||
if (minutesOpen > 180) {
|
||||
core.setFailed('Repo sync appears to be stalled')
|
||||
}
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче