optimized unit tests

This commit is contained in:
Arvid Norberg
2009-04-10 08:40:13 +00:00
parent efbb3a5861
commit bc9e58962b
7 changed files with 41 additions and 29 deletions

View File

@@ -136,7 +136,7 @@ void test_transfer(libtorrent::pe_settings::enc_policy policy,
int test_main()
{
using namespace libtorrent;
int repcount = 1024;
int repcount = 128;
for (int rep = 0; rep < repcount; ++rep)
{