From f6facace1129841930b4cf7c9cf997614da5cf12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Fri, 19 Nov 2021 10:56:17 +0100 Subject: [PATCH] Relaxing criteria in test_sqlite3_server_and_fast_routing-t.cpp --- test/tap/tests/test_sqlite3_server_and_fast_routing-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/test_sqlite3_server_and_fast_routing-t.cpp b/test/tap/tests/test_sqlite3_server_and_fast_routing-t.cpp index d90b2de03..6181fc27a 100644 --- a/test/tap/tests/test_sqlite3_server_and_fast_routing-t.cpp +++ b/test/tap/tests/test_sqlite3_server_and_fast_routing-t.cpp @@ -228,7 +228,7 @@ int main(int argc, char** argv) { std::cerr << double( end - begin ) / 1000 << " millisecs.\n" ; fr += (end - begin); } - ok (fr < (nofr * 2) , "Times for: Single HG = %dms , multi HG = %dms", (int)(nofr/1000), (int)(fr/1000)); + ok (fr < (nofr * 3) , "Times for: Single HG = %dms , multi HG = %dms", (int)(nofr/1000), (int)(fr/1000)); cleanup: mysql_close(proxysql_admin);