test(git): raise timeout to 60s (#16599)

This commit is contained in:
Michael Kriese 2022-07-15 16:47:39 +02:00 committed by GitHub
parent cf4fcce8de
commit 47b9493fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);