Browse Source

Added a before_script in travi.yml file to extend mysql wait time to 1200

pull/667/head
Neil Mader 8 years ago
parent
commit
d0cd15f4d7
  1. 4
      .travis.yml

4
.travis.yml

@ -24,6 +24,10 @@ before_install:
- export ISLANDORA_DIR=$TRAVIS_BUILD_DIR
- $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh
- cd $HOME/drupal-*
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/build.xml lint
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora

Loading…
Cancel
Save