File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,5 @@ SET GLOBAL max_connections = 151;
6767DROP USER satya@'%';
6868# Removing debug point 'skip_session_admin_check' from @@GLOBAL.debug
6969SET DEBUG_SYNC = RESET;
70- include/assert.inc [All the connections should finish within 60 seconds if there is no hang due to ACL]
70+ include/assert.inc [All the connections should finish within 120 seconds if there is no hang due to ACL]
7171# restart
Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ while ($i <= 700) {
261261DROP USER satya@'%';
262262--source include/remove_debug_point.inc
263263SET DEBUG_SYNC = RESET;
264- --let $assert_text = All the connections should finish within 60 seconds if there is no hang due to ACL
265- --let $assert_cond= "[SELECT TIMEDIFF(@end, @start) < 60 ]" = 1
264+ --let $assert_text = All the connections should finish within 120 seconds if there is no hang due to ACL
265+ --let $assert_cond= "[SELECT TIME_TO_SEC( TIMEDIFF(@end, @start)) < 120 ]" = 1
266266--source include/assert.inc
267267# Restart to release virtual memory
268268--source include/restart_mysqld.inc
You can’t perform that action at this time.
0 commit comments