From f04b4da9207be7af9e4ad65ea933962d2b1d9067 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 2 Sep 2013 17:41:01 +0000 Subject: [PATCH] allow test_rate to take 7 seconds --- test/test_transfer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_transfer.cpp b/test/test_transfer.cpp index 8479efd3a..573020683 100644 --- a/test/test_transfer.cpp +++ b/test/test_transfer.cpp @@ -110,8 +110,8 @@ void test_rate() ptime start = time_now(); - // it shouldn't take more than 2 seconds - for (int i = 0; i < 20; ++i) + // it shouldn't take more than 7 seconds + for (int i = 0; i < 70; ++i) { print_alerts(ses1, "ses1", true, true, true, &on_alert); print_alerts(ses2, "ses2", true, true, true, &on_alert);