Skip to content

Commit

Permalink
Update src/test/java/org/jenkinsci/plugins/github_branch_source/Githu…
Browse files Browse the repository at this point in the history
…bAppCredentialsTest.java

Co-authored-by: Devin Nusbaum <[email protected]>
  • Loading branch information
bitwiseman and dwnusbaum authored Jan 21, 2021
1 parent 2c442d3 commit a87d617
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void testProviderRefresh() throws Exception {
try {
appCredentials.setApiUri(githubApi.baseUrl());

// We want to demonstrate successful caching without waiting for a the default 1 minute
// We want to demonstrate successful caching without waiting for the default 1 minute
// Must set this to a large enough number to avoid flaky test
GitHubAppCredentials.AppInstallationToken.NOT_STALE_MINIMUM_SECONDS = 5;

Expand Down Expand Up @@ -425,4 +425,4 @@ static String printDate(Date dt) {
ChronoUnit.SECONDS));
}

}
}

0 comments on commit a87d617

Please sign in to comment.