1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

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

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

@ -8,7 +8,7 @@ import { Registry, ServerQuery } from '../src/server';
describe('race publishing packages', () => { describe('race publishing packages', () => {
let registry; 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); jest.setTimeout(40000);
beforeAll(async function () { beforeAll(async function () {