Running tests via run-tests.sh can take a very long time if a large set of tests are run. run-tests.sh uses its database connection after running tests, which can result in an error MySQL server has gone away due to an internal MySQL setting: wait_timeout. I would like to increase the session wait_timeout value when tests are run via run-tests.sh in order to prevent the error.
↧