• unknown's avatar
    Fix race condition in test case wait_timeout. · 4a9a0b9a
    unknown authored
    Sometimes the helper connection (that is watching for the main connection
    to time out) would itself time out first, causing the test to fail.
    
    
    mysql-test/t/wait_timeout.test:
      Increase connection timeout in connection wait_con so we will not loose
      the connection that is watching for the real wait_timeout to trigger.
    4a9a0b9a
wait_timeout.test 2.13 KB