From 81a0f60309cd110d8aed9764e9d0e8bbacd1ae57 Mon Sep 17 00:00:00 2001 From: suetin Date: Mon, 6 May 2024 23:34:56 +0300 Subject: [PATCH] async replication test fix --- tests/features/async_setting.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/features/async_setting.feature b/tests/features/async_setting.feature index ea6731e8..9d0c5973 100644 --- a/tests/features/async_setting.feature +++ b/tests/features/async_setting.feature @@ -208,7 +208,7 @@ Feature: mysync async mode tests } } """ - And I wait for "5" seconds + And I wait for "15" seconds When I run SQL on mysql host "mysql2" """ SELECT GROUP_CONCAT(value) as val from (SELECT value from mysql.test_table1 order by value) as t @@ -225,7 +225,7 @@ Feature: mysync async mode tests """ [{"val":"A,B,C"}] """ - And I wait for "60" seconds + And I wait for "40" seconds When I run SQL on mysql host "mysql3" """ SELECT GROUP_CONCAT(value) as val from (SELECT value from mysql.test_table1 order by value) as t