Allowing more test iterations.

This commit is contained in:
clemahieu 2018-08-04 14:28:20 +01:00
commit 0ecd02f1f8

View file

@ -139,7 +139,7 @@ TEST (node, send_single_many_peers)
{
system.poll ();
++iterations;
ASSERT_LT (iterations, 2000);
ASSERT_LT (iterations, 4000);
}
}