mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The subdirectory removal test used setImmediate ticks to wait for async cleanup, which was insufficient on slow CI runners. Replaced with real setTimeout delays (100 x 10ms) to give async readdir/stat/rm I/O time to complete.