1
0
Fork 0

updating timeout

pull/1712/head
Vallie Joseph 2024-04-09 19:38:57 +00:00
parent 2ed9516172
commit 98ce947a6c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"lint": "eslint packages/**/*.ts",
"lint-fix": "eslint packages/**/*.ts --fix",
"new-package": "scripts/create-package",
"test": "jest --testTimeout 60000"
"test": "jest --testTimeout 62000"
},
"devDependencies": {
"@types/jest": "^29.5.4",