a bunch of fixes to make test_web_seeds a lot faster, and fail slightly fewer tests

This commit is contained in:
Arvid Norberg
2013-08-19 03:54:45 +00:00
parent 61be6b6ec8
commit 1afc0c6740
12 changed files with 172 additions and 102 deletions

View File

@@ -83,10 +83,10 @@ namespace libtorrent
if (i == m_queued_for_close.end())
{
l.unlock();
// none of the files are ready to be closet yet
// none of the files are ready to be closed yet
// because they're still in use by other threads
// hold off for a while
sleep(1000);
sleep(100);
}
else
{