Skip to content

Commit e86c48d

Browse files
committed
Fewer executions in writeLock test.
1 parent a56e8c0 commit e86c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/powersynctests/src/tests/queries.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export function registerBaseTests() {
529529
});
530530

531531
it('Should reflect writeLock updates on read connections ', async () => {
532-
const numberOfUsers = 10_000;
532+
const numberOfUsers = 1000;
533533

534534
const watched = new Promise<void>((resolve) => {
535535
const abort = new AbortController();

0 commit comments

Comments
 (0)