sbt / io

IO module for sbt
Apache License 2.0
40 stars 46 forks source link

sleep for 100 msec betwen retries #298

Closed eed3si9n closed 4 years ago

eed3si9n commented 4 years ago

Fixes https://github.com/sbt/io/issues/295

From experimenting on sbt/sbt https://github.com/sbt/sbt/pull/5543, sleeping 100 msec would seem to fix the java.nio.file.AccessDeniedException error we started seeing recently on AppVeyor.