File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ describe("Memory", () => {
117
117
( memory . content as Content ) . content === dissimilarMemoryContent ,
118
118
) ,
119
119
) . toBe ( false ) ;
120
- } ) ;
120
+ } , 6000 ) ;
121
121
122
122
test ( "Verify memory similarity and ranking" , async ( ) => {
123
123
// Define a set of memories with varying degrees of similarity
@@ -195,7 +195,7 @@ describe("Memory", () => {
195
195
196
196
expect ( highSimilarityIndex ) . toBeLessThan ( lowSimilarityIndex ) ;
197
197
} ) ;
198
- } ) ;
198
+ } , 6000 ) ;
199
199
describe ( "Memory - Basic tests" , ( ) => {
200
200
let memoryManager : MemoryManager ;
201
201
let runtime = null ;
@@ -529,7 +529,7 @@ describe("Memory - Extended Tests", () => {
529
529
( memory . content as Content ) . content === dissimilarMemoryContent ,
530
530
) ,
531
531
) . toBe ( false ) ;
532
- } ) ;
532
+ } , 60000 ) ;
533
533
534
534
test ( "Verify memory similarity and ranking" , async ( ) => {
535
535
// Define a set of memories with varying degrees of similarity
@@ -606,5 +606,5 @@ describe("Memory - Extended Tests", () => {
606
606
) ;
607
607
608
608
expect ( highSimilarityIndex ) . toBeLessThan ( lowSimilarityIndex ) ;
609
- } ) ;
609
+ } , 60000 ) ;
610
610
} ) ;
You can’t perform that action at this time.
0 commit comments