From 2c55a3da494fb9b28dc376b742c699a0922840b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 18 Jan 2022 22:17:13 +0100 Subject: [PATCH] Increased tolerance and fixed typo on test 'reg_test_3273_ssl_con' #3765 --- test/tap/tests/reg_test_3273_ssl_con-t.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tap/tests/reg_test_3273_ssl_con-t.cpp b/test/tap/tests/reg_test_3273_ssl_con-t.cpp index 049199419..f3c78cec4 100644 --- a/test/tap/tests/reg_test_3273_ssl_con-t.cpp +++ b/test/tap/tests/reg_test_3273_ssl_con-t.cpp @@ -1,5 +1,5 @@ /** - * @file test_simple_ssl_con-t.cpp + * @file reg_test_3273_ssl_con-t.cpp * @brief This test tries to induce a particular timing condition to replicate issue #70138. * For testing the issue against admin, supply to the binary "admin" as parameter, otherwise * the connection will be created as a regular client connection. @@ -65,7 +65,7 @@ static int wait_for_mysql(MYSQL *mysql, int status) { } const uint32_t REPORT_INTV_SEC = 5; -const double MAX_ALLOWED_CPU_USAGE = 0.02; +const double MAX_ALLOWED_CPU_USAGE = 0.15; int main(int argc, char** argv) { CommandLine cl;