Skip to content

Commit 462d0c0

Browse files
committed
fix(tests): increase timeout for file operations on Windows
1 parent 2bcf0a6 commit 462d0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/memory.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)