fix(backend-gitlab): increase rebase timeout (#4905)

This commit is contained in:
Erez Rokah 2021-02-01 03:14:40 -08:00 committed by GitHub
parent f91f9fb781
commit d9d686025f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -691,7 +691,7 @@ export default class API {
include_rebase_in_progress: true,
},
});
if (!rebase.rebase_in_progress || i > 10) {
if (!rebase.rebase_in_progress || i > 30) {
break;
}
i++;