Skip to content

Commit

Permalink
Added a before_script in travi.yml file to extend mysql wait time to …
Browse files Browse the repository at this point in the history
…1200
  • Loading branch information
nmader committed Mar 2, 2017
1 parent ad71790 commit 9ea85b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,9 @@ before_install:
- ln -s $HOME/islandora_solution_pack_collection sites/all/modules/islandora_solution_pack_collection
- drush en --yes --user=1 xml_form_builder xml_form_elements islandora_basic_collection islandora_test_cm
- mv -v $TRAVIS_BUILD_DIR/builder/lib $HOME
before_script:
# Mysql might time out for long tests, increase the wait timeout.
- mysql -e 'SET @@GLOBAL.wait_timeout=1200'
script:
- ant -buildfile sites/all/modules/islandora_xml_forms/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora_xml_forms
Expand Down

0 comments on commit 9ea85b7

Please sign in to comment.