Skip to content

Commit 03a5cdc

Browse files
committed
Increased test msDelay
1 parent e558159 commit 03a5cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-tests/tests/sqlite/sqlite-common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2941,7 +2941,7 @@ export function tests() {
29412941
{ name: 'Jack', id: 3, updateCounter: 1, alwaysNull: null },
29422942
{ name: 'Jill', id: 4, updateCounter: 1, alwaysNull: null },
29432943
]);
2944-
const msDelay = 250;
2944+
const msDelay = 1000;
29452945

29462946
for (const eachUser of justDates) {
29472947
expect(eachUser.updatedAt!.valueOf()).toBeGreaterThan(Date.now() - msDelay);
@@ -2986,7 +2986,7 @@ export function tests() {
29862986
{ name: 'Jack', id: 3, updateCounter: 1, alwaysNull: null },
29872987
{ name: 'Jill', id: 4, updateCounter: 1, alwaysNull: null },
29882988
]);
2989-
const msDelay = 500;
2989+
const msDelay = 1000;
29902990

29912991
for (const eachUser of justDates) {
29922992
expect(eachUser.updatedAt!.valueOf()).toBeGreaterThan(Date.now() - msDelay);

0 commit comments

Comments
 (0)