changeset release

This commit is contained in:
Juan Picado 2024-01-14 10:20:39 +01:00
parent 172691ef1d
commit 4f70a46585
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'verdaccio': patch
---
chore: test release

View File

@ -8,7 +8,7 @@ import { Registry, ServerQuery } from '../src/server';
describe('race publishing packages', () => {
let registry;
// CI is slow, so we need to increase the timeout for the test
// CI is slow, so we need to increase the timeout for the test.
jest.setTimeout(40000);
beforeAll(async function () {