From 47012b506a978943f911f0737395eb0a9173514a Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 1 Mar 2020 00:01:20 +0100 Subject: [PATCH] extend timeout for invalidation-of-torrent_handle test --- test/test_remove_torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_remove_torrent.cpp b/test/test_remove_torrent.cpp index add05cbac..fb4f50216 100644 --- a/test/test_remove_torrent.cpp +++ b/test/test_remove_torrent.cpp @@ -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 " : "")