make test_swarm test with a smaller torrent, making the test complete faster

This commit is contained in:
Arvid Norberg
2013-09-17 09:33:42 +00:00
parent 93cd697d8f
commit 89b6c51725
2 changed files with 2 additions and 2 deletions

View File

@@ -530,7 +530,7 @@ setup_transfer(session* ses1, session* ses2, session* ses3
error_code ec;
create_directory("tmp1" + suffix, ec);
std::ofstream file(combine_path("tmp1" + suffix, "temporary").c_str());
t = ::create_torrent(&file, piece_size, 19, true);
t = ::create_torrent(&file, piece_size, 9, true);
file.close();
if (clear_files)
{