mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
changeset release
This commit is contained in:
parent
172691ef1d
commit
4f70a46585
2 changed files with 6 additions and 1 deletions
5
.changeset/real-socks-vanish.md
Normal file
5
.changeset/real-socks-vanish.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'verdaccio': patch
|
||||
---
|
||||
|
||||
chore: test release
|
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue