chore: remove long timeout

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-03 12:10:13 +01:00
parent 1105f39da0
commit 51ac52ca57
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
2 changed files with 0 additions and 2 deletions

View File

@ -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'))}`);
};

View File

@ -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() {