Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from stscoundrel/feature/adjusted-wait-times
Browse files Browse the repository at this point in the history
Wait times: decrease
  • Loading branch information
stscoundrel committed Jul 9, 2022
2 parents 8a1ecee + 2ea281d commit b613a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/github/constants.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const MERGE_QUERY_PARAM = 'MERGE_DEPENDABOT_PR';

export const WAIT_PERIODS = {
CLICK_BUTTON: 500,
CLOSE_TAB: 7000,
OPEN_NEW_TAB: 3000,
CLICK_BUTTON: 250,
CLOSE_TAB: 5000,
OPEN_NEW_TAB: 1500,
};

export default {
Expand Down

0 comments on commit b613a84

Please sign in to comment.