Skip to content

Commit

Permalink
Increase sleep time in kill_connection3-t
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Apr 29, 2024
1 parent 9818e1c commit 13c5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/tests/kill_connection3-t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ int main(int argc, char** argv) {
rc = run_q(proxysql_admin, s.c_str());
ok(rc == 0 , "%s" , s.c_str());
}
sleep(1);
sleep(3);
for (int i = 0; i < NUM_CONNS ; i++) {
MYSQL * mysql = conns[i];
int rc = run_q(mysql, "DO 1");
Expand Down

0 comments on commit 13c5ed3

Please sign in to comment.