Skip to content

Commit

Permalink
Increase timeout of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Sep 5, 2024
1 parent 1e856f0 commit d25e55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { runBackportViaCli } from './runBackportViaCli';
const accessToken = getDevAccessToken();
const octokit = new Octokit({ auth: accessToken });

jest.setTimeout(15_000);
jest.setTimeout(25_000);

describe('backport-org/repo-with-reviewed-pull-requests', () => {
let pullRequest: Awaited<ReturnType<typeof getPullRequest>>;
Expand Down

0 comments on commit d25e55d

Please sign in to comment.