Skip to content

Commit

Permalink
fix bad placement of timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 26, 2024
1 parent 0f81b45 commit 0a054fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/__tests__/memory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ describe("Memory", () => {
);

expect(highSimilarityIndex).toBeLessThan(lowSimilarityIndex);
});
}, 6000);
}, 60000);
});
describe("Memory - Basic tests", () => {
let memoryManager: MemoryManager;
let runtime = null;
Expand Down

0 comments on commit 0a054fb

Please sign in to comment.