diff --git a/package.json b/package.json index 8139b4a..fe9982d 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "description": "In-memory cache implementation for Parse Server", "main": "index.js", "scripts": { - "test": "cross-env PARSE_MASTER_KEY=test-master-key PARSE_APP_ID=test-app-id jest --testTimeout=30000 --runInBand --forceExit", - "test:unit": "jest --testTimeout=30000 --runInBand --forceExit __tests__/unit/parse-cache-memory.test.js", - "test:integration": "jest --testTimeout=30000 --runInBand --forceExit __tests__/integration/cache-integration.test.js", - "test:main": "jest --testTimeout=30000 --runInBand --forceExit __tests__/parse-cache-memory.test.js", - "test:watch": "jest --watch --testTimeout=30000 --runInBand", - "test:coverage": "jest --coverage --testTimeout=30000 --runInBand --forceExit", + "test": "cross-env PARSE_MASTER_KEY=test-master-key PARSE_APP_ID=test-app-id jest --testTimeout=60000 --runInBand --forceExit", + "test:unit": "jest --testTimeout=60000 --runInBand --forceExit __tests__/unit/parse-cache-memory.test.js", + "test:integration": "jest --testTimeout=60000 --runInBand --forceExit __tests__/integration/cache-integration.test.js", + "test:main": "jest --testTimeout=60000 --runInBand --forceExit __tests__/parse-cache-memory.test.js", + "test:watch": "jest --watch --testTimeout=60000 --runInBand", + "test:coverage": "jest --coverage --testTimeout=60000 --runInBand --forceExit", "lint": "eslint . --fix", "format": "prettier --write \"**/*.{js,json,md}\"" },