Skip to content

Commit

Permalink
Increase timeout for test: repo-with-programatically-added-commits.mu…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
sorenlouv authored Sep 26, 2024
1 parent 30743ef commit 79246b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getDevAccessToken } from '../../private/getDevAccessToken';
import { getSandboxPath, resetSandbox } from '../../sandbox';
import { runBackportViaCli } from './runBackportViaCli';

jest.setTimeout(15_000);
jest.setTimeout(25_000);
const accessToken = getDevAccessToken();
const octokit = new Octokit({ auth: accessToken });

Expand Down

0 comments on commit 79246b2

Please sign in to comment.