Try to fix "MySQL has gone away" errors

pull/1114/head
Karl Hobley 2015-03-30 10:26:25 +01:00
rodzic 51a0306fd5
commit f3812f5930
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -34,6 +34,8 @@ install:
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo;' -U postgres
- mysql -e "SET GLOBAL wait_timeout = 36000;"
- mysql -e "SET GLOBAL max_allowed_packet = 134209536;"
# Run the tests
script: