mirror of
https://github.com/sasjs/server.git
synced 2026-07-23 21:25:29 +00:00
67fce475a3
- wrap the file read/write in a small retry() helper instead of letting an uncaught exception (e.g. a rename racing an existsSync check) crash the process with a non-zero exit indistinguishable from a genuine SAS failure - bump the internal give-up deadline from 1500ms to 8000ms - bump the corresponding Jest test timeouts from 15000ms to 30000ms to match