fix for metadata extension test
This commit is contained in:
parent
a65659f52f
commit
5fa73ed7ce
|
@ -63,7 +63,7 @@ void test_transfer(bool clear_files, bool disconnect
|
|||
|
||||
boost::tie(tor1, tor2, ignore) = setup_transfer(&ses1, &ses2, 0, clear_files, true, true, "_meta");
|
||||
|
||||
for (int i = 0; i < 50; ++i)
|
||||
for (int i = 0; i < 80; ++i)
|
||||
{
|
||||
// make sure this function can be called on
|
||||
// torrents without metadata
|
||||
|
|
Loading…
Reference in New Issue