Skip to content

Commit

Permalink
feat: increase reschedule timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jun 4, 2020
1 parent af6526f commit 920eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/repoContext.ts
Expand Up @@ -172,7 +172,7 @@ async function initRepoContext<GroupNames extends string>(
await autoMergeIfPossible(prResult.data, context, repoContext);
});
});
}, 1000);
}, 10000);
};

return Object.assign(repoContext, {
Expand Down

0 comments on commit 920eeda

Please sign in to comment.