Skip to content

Commit 82d72f4

Browse files
committed
Increase poll time
1 parent f5b3f38 commit 82d72f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"fts5": true,
5252
"rtree": true,
5353
"crsqlite": false,
54-
"sqliteVec": false,
54+
"sqliteVec": true,
5555
"performanceMode": true,
5656
"tokenizers": [
5757
"wordtokenizer",
5858
"porter"
5959
]
6060
}
61-
}
61+
}

scripts/poll-in-app-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const http = require('http');
22

33
async function pollInAppServer() {
44
const startTime = Date.now();
5-
const maxDuration = 2 * 60 * 1000; // 3 minutes - tests can take time on CI
5+
const maxDuration = 5 * 60 * 1000; // 3 minutes - tests can take time on CI
66
const pollInterval = 5000; //
77

88
// Do an initial ping into the server

0 commit comments

Comments
 (0)