mirror of
https://github.com/jprichardson/node-fs-extra.git
synced 2026-01-25 16:42:57 +00:00
When trying to rename a directory over another directory, graceful-fs-4.1.10 (maybe other versions?) takes 1 minute to fail the call with an error. This causes the test to timeout. The workaround is to increase the timeout of that one test to 1m30s. See https://github.com/isaacs/node-graceful-fs/issues/98