extend timeout for invalidation-of-torrent_handle test

This commit is contained in:
arvidn 2020-03-01 00:01:20 +01:00 committed by Arvid Norberg
parent a48adc8730
commit 47012b506a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ void test_remove_torrent(remove_flags_t const remove_options
for (int i = 0; tor2.is_valid() || tor1.is_valid(); ++i)
{
std::this_thread::sleep_for(lt::milliseconds(100));
if (++i > 40)
if (++i > 400)
{
std::cerr << "torrent handle(s) still valid: "
<< (tor1.is_valid() ? "tor1 " : "")