Skip to content

Commit

Permalink
async replication test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
suetin committed May 6, 2024
1 parent 27b7834 commit 00bdd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/async_setting.feature
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Feature: mysync async mode tests
}
}
"""
And I wait for "2" seconds
And I wait for "5" 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
Expand Down

0 comments on commit 00bdd06

Please sign in to comment.