mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: remove long timeout
This commit is contained in:
parent
1105f39da0
commit
51ac52ca57
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ import {CREDENTIALS} from "../config.functional";
|
|||
export default function(server) {
|
||||
|
||||
describe('package access control', () => {
|
||||
jest.setTimeout(20000000);
|
||||
const buildAccesToken = (auth) => {
|
||||
return buildToken(TOKEN_BASIC, `${(new Buffer(auth).toString('base64'))}`);
|
||||
};
|
||||
|
|
|
@ -5,7 +5,6 @@ const pkgExample = require('./search.json');
|
|||
export default function(server, server2, express) {
|
||||
|
||||
describe('should test search a published package', () => {
|
||||
jest.setTimeout(20000000);
|
||||
const PKG_NAME = 'testpkg-search';
|
||||
|
||||
beforeAll(function() {
|
||||
|
|
Loading…
Reference in a new issue