Skip to content

Commit

Permalink
up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rgunindi committed Dec 16, 2024
1 parent d0d829f commit 16775fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\""
},
Expand Down

0 comments on commit 16775fa

Please sign in to comment.