[DATFromDirParallel] Sleep for handles

This commit is contained in:
Matt Nadareski
2016-09-06 17:30:44 -07:00
parent 615bc718b8
commit fd931043ac

View File

@@ -167,6 +167,9 @@ namespace SabreTools
});
}
// Wait for 5 seconds, just to be sure that no handles are open still
Thread.Sleep(5000);
return true;
}