From 8486722142ba4b280a91ac2ebbc119417a93fef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 6 Oct 2021 13:37:13 +0200 Subject: [PATCH] Increased the number of operations to be performed by 'reg_test_3606-mysql_warnings-t.cpp' #3606 --- test/tap/tests/reg_test_3606-mysql_warnings-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/reg_test_3606-mysql_warnings-t.cpp b/test/tap/tests/reg_test_3606-mysql_warnings-t.cpp index fd8003cb6..94a267c94 100644 --- a/test/tap/tests/reg_test_3606-mysql_warnings-t.cpp +++ b/test/tap/tests/reg_test_3606-mysql_warnings-t.cpp @@ -54,7 +54,7 @@ int create_testing_tables(MYSQL* mysql_server) { int main(int argc, char** argv) { CommandLine cl; - uint32_t c_operations = 100; + uint32_t c_operations = 500; plan(1 + c_operations + (c_operations - 1) * 3);