Skip to content

Commit

Permalink
Increased test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Aug 31, 2023
1 parent f2430bd commit 4ee5235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "vite build",
"test": "vitest"
"test": "vitest --test-timeout=120000"
},
"_npmUser": {
"name": "johnyma22",
Expand Down
6 changes: 3 additions & 3 deletions test/lib/databases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ export const databases:DatabaseType = {
url: 'mongodb://127.0.0.1:27017',
database: 'mydb_test',
speeds: {
setMax: 0.5,
getMax: 0.1,
removeMax: 0.6,
setMax: 2,
getMax: 2,
removeMax: 2,
},
},
couch: {
Expand Down

0 comments on commit 4ee5235

Please sign in to comment.