mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
test(git): raise timeout to 60s (#16599)
This commit is contained in:
parent
cf4fcce8de
commit
47b9493fe2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const modifiedCache = mocked(_modifiedCache);
|
|||
const SimpleGit = Git().constructor as { prototype: ReturnType<typeof Git> };
|
||||
|
||||
describe('util/git/index', () => {
|
||||
jest.setTimeout(25000);
|
||||
jest.setTimeout(60000);
|
||||
|
||||
const masterCommitDate = new Date();
|
||||
masterCommitDate.setMilliseconds(0);
|
||||
|
|
Loading…
Reference in a new issue