mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: remove long timeout
This commit is contained in:
parent
1105f39da0
commit
51ac52ca57
@ -5,7 +5,6 @@ import {CREDENTIALS} from "../config.functional";
|
|||||||
export default function(server) {
|
export default function(server) {
|
||||||
|
|
||||||
describe('package access control', () => {
|
describe('package access control', () => {
|
||||||
jest.setTimeout(20000000);
|
|
||||||
const buildAccesToken = (auth) => {
|
const buildAccesToken = (auth) => {
|
||||||
return buildToken(TOKEN_BASIC, `${(new Buffer(auth).toString('base64'))}`);
|
return buildToken(TOKEN_BASIC, `${(new Buffer(auth).toString('base64'))}`);
|
||||||
};
|
};
|
||||||
|
@ -5,7 +5,6 @@ const pkgExample = require('./search.json');
|
|||||||
export default function(server, server2, express) {
|
export default function(server, server2, express) {
|
||||||
|
|
||||||
describe('should test search a published package', () => {
|
describe('should test search a published package', () => {
|
||||||
jest.setTimeout(20000000);
|
|
||||||
const PKG_NAME = 'testpkg-search';
|
const PKG_NAME = 'testpkg-search';
|
||||||
|
|
||||||
beforeAll(function() {
|
beforeAll(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user