Skip to content

Commit b2a166d

Browse files
Allocate connections within tests
1 parent d63e288 commit b2a166d

File tree

2 files changed

+197
-171
lines changed

2 files changed

+197
-171
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "0.0.52",
3+
"version": "0.0.53",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -17,7 +17,7 @@
1717
"npmgui": "npx npm-gui@latest",
1818
"gateway-dev": "bun --watch ./src/gateway/gateway.ts",
1919
"gateway-start": "bun --smol run ./src/gateway/gateway.ts",
20-
"gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage",
20+
"gateway-test": "bun test ./src/gateway/connection-bun.test.ts --watch --coverage --timeout 2000",
2121
"gateway-build": "./scripts/gateway-build.sh"
2222
},
2323
"repository": {

0 commit comments

Comments
 (0)