File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ describeMemoryTests("Memory Tests", () => {
101101 {
102102 targetDurationMs : 5_000 , // Shorter duration for file operations
103103 maxMemoryGrowthKBPerSecond : 1000 , // Allow more growth for file operations
104- maxTimeoutMs : 20_000 , // Allow more time for test completion with overhead
104+ maxTimeoutMs : 60_000 , // Increased timeout for Windows file operations
105105 } ,
106106 ) ;
107107
@@ -440,7 +440,7 @@ describeMemoryTests("Memory Tests", () => {
440440 {
441441 targetDurationMs : 5_000 , // Shorter duration for file operations
442442 maxMemoryGrowthKBPerSecond : 1000 , // Allow more growth for file operations
443- maxTimeoutMs : 20_000 , // Allow more time for test completion with overhead
443+ maxTimeoutMs : 60_000 , // Increased timeout for Windows file operations
444444 } ,
445445 ) ;
446446
You can’t perform that action at this time.
0 commit comments